com.bea.document
Class InvalidDocumentException

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

public class InvalidDocumentException
extends DocumentException

Exception thrown when a document is found to be invalid (either by validation against a schema, or because of some general structure flaw.

See Also:
Serialized Form

Constructor Summary
InvalidDocumentException(String msg)
           
InvalidDocumentException(String msg, Exception e)
           
 
Methods inherited from class com.bea.document.DocumentException
getLinkedException, main, printStackTrace, printStackTrace, printStackTrace, 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

InvalidDocumentException

public InvalidDocumentException(String msg)

InvalidDocumentException

public InvalidDocumentException(String msg,
                                Exception e)