Package org.iso_relax.verifier
Class VerifierConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.iso_relax.verifier.VerifierConfigurationException
-
- All Implemented Interfaces:
Serializable
public class VerifierConfigurationException extends Exception
VerifierConfigurationException- Since:
- Feb. 23, 2001
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VerifierConfigurationException(Exception e)
VerifierConfigurationException(String message)
VerifierConfigurationException(String message, Exception e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Exception
getCauseException()
Exception
getException()
void
printStackTrace()
void
printStackTrace(PrintStream out)
void
printStackTrace(PrintWriter writer)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
-
-
-
Method Detail
-
getException
public Exception getException()
-
getCauseException
public Exception getCauseException()
-
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
public void printStackTrace(PrintStream out)
- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
public void printStackTrace(PrintWriter writer)
- Overrides:
printStackTrace
in classThrowable
-
-