com.infoteria.asteria.util.xml
クラス ProcessorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.infoteria.asteria.util.xml.ProcessorException
すべての実装インタフェース:
Serializable

public class ProcessorException
extends Exception

DOMUtilのparse時に発生するException

関連項目:
直列化された形式

コンストラクタの概要
ProcessorException(Exception e)
           
ProcessorException(SAXException e)
           
 
メソッドの概要
 Exception getException()
           
 void printStackTrace()
           
 void printStackTrace(PrintStream s)
           
 void printStackTrace(PrintWriter s)
           
 
クラス java.lang.Throwable から継承したメソッド
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

ProcessorException

public ProcessorException(Exception e)

ProcessorException

public ProcessorException(SAXException e)
メソッドの詳細

getException

public Exception getException()

printStackTrace

public void printStackTrace()
オーバーライド:
クラス Throwable 内の printStackTrace

printStackTrace

public void printStackTrace(PrintStream s)
オーバーライド:
クラス Throwable 内の printStackTrace

printStackTrace

public void printStackTrace(PrintWriter s)
オーバーライド:
クラス Throwable 内の printStackTrace