org.iso_relax.verifier
Class VerifierException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.xml.sax.SAXException
              extended byorg.iso_relax.verifier.VerifierException
All Implemented Interfaces:
java.io.Serializable

public class VerifierException
extends org.xml.sax.SAXException

VerifierException

Since:
Feb. 23, 2001
Version:
Mar. 4, 2001
Author:
ASAMI, Tomoharu (asami@zeomtech.com)
See Also:
Serialized Form

Constructor Summary
VerifierException(java.lang.Exception e)
           
VerifierException(java.lang.String message)
           
VerifierException(java.lang.String message, java.lang.Exception e)
           
 
Method Summary
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream out)
           
 void printStackTrace(java.io.PrintWriter writer)
           
 
Methods inherited from class org.xml.sax.SAXException
getException, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VerifierException

public VerifierException(java.lang.Exception e)

VerifierException

public VerifierException(java.lang.String message)

VerifierException

public VerifierException(java.lang.String message,
                         java.lang.Exception e)
Method Detail

printStackTrace

public void printStackTrace()

printStackTrace

public void printStackTrace(java.io.PrintStream out)

printStackTrace

public void printStackTrace(java.io.PrintWriter writer)