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