|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
com.ibm.portal.state.exceptions
Class InvalidConstantException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.portal.state.exceptions.StateException
com.ibm.portal.state.exceptions.DocumentModelException
com.ibm.portal.state.exceptions.CannotCloneDocumentModelException
com.ibm.portal.state.exceptions.InvalidConstantException
- All Implemented Interfaces:
- Localized, Constants, java.io.Serializable
public abstract class InvalidConstantException
- extends CannotCloneDocumentModelException
Exception representing the error case that a constant
object cannot be recognized.
- Since:
- 5.1
- See Also:
- Serialized Form
Field Summary
|
protected Constants |
constant
Constant object that could not be recognized |
Methods inherited from class java.lang.Throwable
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
constant
protected final Constants constant
- Constant object that could not be recognized
InvalidConstantException
public InvalidConstantException(Constants aConstant)
- Initializes the exception given the constant that could not be recognized
- Parameters:
- aConstant - Constant object that could not be recognized
|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |