WebLogic Integration


com.bea.document
Class InvalidDocumentException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.bea.document.DocumentException
                    |
                    +--com.bea.document.InvalidDocumentException

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.

Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Constructor Summary
InvalidDocumentException(java.lang.String msg)
           
InvalidDocumentException(java.lang.String msg, java.lang.Exception e)
           
 
Methods inherited from class com.bea.document.DocumentException
getLinkedException, main, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidDocumentException

public InvalidDocumentException(java.lang.String msg)

InvalidDocumentException

public InvalidDocumentException(java.lang.String msg,
                                java.lang.Exception e)

WebLogic Integration

WebLogic Integration (WLI)