com.infoteria.asteria.util.xml
Class ProcessorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.infoteria.asteria.util.xml.ProcessorException
All Implemented Interfaces:
Serializable

public class ProcessorException
extends Exception

DOMUtilのparse時に発生するException

See Also:
Serialized Form

Constructor Summary
ProcessorException(Exception e)
           
ProcessorException(SAXException e)
           
 
Method Summary
 Exception getException()
           
 void printStackTrace()
           
 void printStackTrace(PrintStream s)
           
 void printStackTrace(PrintWriter s)
           
 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcessorException

public ProcessorException(Exception e)

ProcessorException

public ProcessorException(SAXException e)
Method Detail

getException

public Exception getException()

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintStream s)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintWriter s)
Overrides:
printStackTrace in class Throwable