Collaboration API Documentation

com.filenet.bso.api.util
Class BsoXMLParsingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.filenet.bso.api.util.BsoChainingRuntimeException
                          |
                          +--com.filenet.bso.api.util.BsoRuntimeException
                                |
                                +--com.filenet.bso.api.util.BsoXMLParsingException
All Implemented Interfaces:
java.io.Serializable

public class BsoXMLParsingException
extends BsoRuntimeException

Thrown when an error occurs during parsing of XML content.

See Also:
Serialized Form

Constructor Summary
BsoXMLParsingException()
          Constructs a BsoXMLParsingException with no specific detail message.
BsoXMLParsingException(java.lang.String msg)
          Constructs a BsoXMLParsingException with a given detail message.
BsoXMLParsingException(java.lang.String msg, java.lang.Throwable cause)
          Constructs a BsoXMLParsingException with a given detail message and the original exception.
 
Methods inherited from class com.filenet.bso.api.util.BsoRuntimeException
getCause, initCause, printStackTrace, printStackTrace, printStackTrace, printStackTraceAsCause, printStackTraceAsCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BsoXMLParsingException

public BsoXMLParsingException()
Constructs a BsoXMLParsingException with no specific detail message. This exception and exceptions derived from it are checked exceptions which must be specified in a throws clause or caught.

BsoXMLParsingException

public BsoXMLParsingException(java.lang.String msg)
Constructs a BsoXMLParsingException with a given detail message.
Parameters:
msg - The detailed message.

BsoXMLParsingException

public BsoXMLParsingException(java.lang.String msg,
                              java.lang.Throwable cause)
Constructs a BsoXMLParsingException with a given detail message and the original exception.

If you specify null for the cause parameter, constructs the exception with only the detail message, which is equivalent to calling BsoXMLParsingException(msg).

Parameters:
msg - The detailed message.

cause - The original exception. Can be null.

Collaboration API Documentation

Copyright © 2002 - 2004 FileNet Corporation. All rights reserved.