org.iso_relax.verifier
Class VerifierConfigurationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.iso_relax.verifier.VerifierConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class VerifierConfigurationException
extends java.lang.Exception

VerifierConfigurationException

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

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

Constructor Detail

VerifierConfigurationException

public VerifierConfigurationException(java.lang.Exception e)

VerifierConfigurationException

public VerifierConfigurationException(java.lang.String message)

VerifierConfigurationException

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

getCauseException

public java.lang.Exception getCauseException()

getException

public java.lang.Exception getException()

printStackTrace

public void printStackTrace()

printStackTrace

public void printStackTrace(java.io.PrintStream out)

printStackTrace

public void printStackTrace(java.io.PrintWriter writer)