com.filenet.bso.api.util
Class BsoMissingPropertyException
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.BsoMissingPropertyException
- All Implemented Interfaces:
- java.io.Serializable
- public class BsoMissingPropertyException
- extends BsoRuntimeException
Thrown when a read or write operation is attempted on a property that is
not a valid property of the object.
- See Also:
- Serialized Form
Constructor Summary |
BsoMissingPropertyException()
Constructs a BsoMissingPropertyException with no specific
detail message. |
BsoMissingPropertyException(java.lang.String msg)
Constructs a BsoMissingPropertyException with a given
detail message. |
BsoMissingPropertyException(java.lang.String msg,
java.lang.Throwable cause)
Constructs a BsoMissingPropertyException with a given
detail message and the original exception. |
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 |
BsoMissingPropertyException
public BsoMissingPropertyException()
- Constructs a
BsoMissingPropertyException
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.
BsoMissingPropertyException
public BsoMissingPropertyException(java.lang.String msg)
- Constructs a
BsoMissingPropertyException
with a given
detail message.
- Parameters:
msg
- The detailed message.
BsoMissingPropertyException
public BsoMissingPropertyException(java.lang.String msg,
java.lang.Throwable cause)
- Constructs a
BsoMissingPropertyException
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
BsoMissingPropertyException(msg)
.
- Parameters:
msg
- The detailed message.
cause
- The original exception. Can be null
.
Copyright © 2002 - 2004 FileNet Corporation. All rights reserved.