Package rife.bld.extension.junitreporter
Class JUnitXmlParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
rife.bld.extension.junitreporter.JUnitXmlParserException
- All Implemented Interfaces:
Serializable
Custom exception for XML parsing errors.
- Since:
- 1.0
- Author:
- Erik C. Thauvin
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJUnitXmlParserException
(String message) Constructs a newJUnitXmlParserException
with the specified detail message.JUnitXmlParserException
(String message, Throwable cause) Constructs a newJUnitXmlParserException
with the specified detail message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JUnitXmlParserException
Constructs a newJUnitXmlParserException
with the specified detail message.- Parameters:
message
- the detail message describing the error
-
JUnitXmlParserException
Constructs a newJUnitXmlParserException
with the specified detail message and cause.- Parameters:
message
- the detail message describing the errorcause
- the cause of the exception. Anull
value is permitted and indicates that the cause is nonexistent or unknown
-