com.bea.document
Class DocumentException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.bea.document.DocumentException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DocumentParseException, InvalidDocumentException

public class DocumentException
extends Exception

The main exception class for IDocument and IDocumentSchema and related classes/interfaces.

See Also:
Serialized Form

Constructor Summary
DocumentException(String msg)
           
DocumentException(String msg, Exception e)
           
 
Method Summary
 Exception getLinkedException()
           
static void main(String[] args)
           
 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

DocumentException

public DocumentException(String msg)

DocumentException

public DocumentException(String msg,
                         Exception 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)

main

public static void main(String[] args)