Class JUnitXmlParserException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
rife.bld.extension.junitreporter.JUnitXmlParserException
All Implemented Interfaces:
Serializable

public class JUnitXmlParserException extends RuntimeException
Custom exception for XML parsing errors.
Since:
1.0
Author:
Erik C. Thauvin
See Also:
  • Constructor Details

    • JUnitXmlParserException

      public JUnitXmlParserException(String message)
      Constructs a new JUnitXmlParserException with the specified detail message.
      Parameters:
      message - the detail message describing the error
    • JUnitXmlParserException

      public JUnitXmlParserException(String message, Throwable cause)
      Constructs a new JUnitXmlParserException with the specified detail message and cause.
      Parameters:
      message - the detail message describing the error
      cause - the cause of the exception. A null value is permitted and indicates that the cause is nonexistent or unknown