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:
- java.io.Serializable
- public class ProcessorException
- extends java.lang.Exception
DOMUtilのparse時に発生するException
- See Also:
- Serialized Form
| 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 |
ProcessorException
public ProcessorException(java.lang.Exception e)
ProcessorException
public ProcessorException(org.xml.sax.SAXException e)
getException
public java.lang.Exception getException()
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream s)
- Overrides:
printStackTrace in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintWriter s)
- Overrides:
printStackTrace in class java.lang.Throwable