com.bea.document
Class DocumentRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.bea.document.DocumentRuntimeException
All Implemented Interfaces:
Serializable

public class DocumentRuntimeException
extends RuntimeException

Serious underlying XML errors are thrown using this encapsulation. In some instances it may be desirable to catch such exceptions. Generally, any exception of this type will terminate an XML based application.

See Also:
Serialized Form

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

Constructor Detail

DocumentRuntimeException

public DocumentRuntimeException(ParserConfigurationException e)
Method Detail

getLinkedException

public Exception getLinkedException()

toString

public String toString()

printStackTrace

public void printStackTrace()

printStackTrace

public void printStackTrace(PrintStream out)

printStackTrace

public void printStackTrace(PrintWriter out)