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
ProcessorException
public ProcessorException(Exception e)
ProcessorException
public ProcessorException(SAXException e)
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