com.ibm.portal.state.exceptions
Class InvalidConstantException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.portal.state.exceptions.StateException
              extended by com.ibm.portal.state.exceptions.DocumentModelException
                  extended by com.ibm.portal.state.exceptions.CannotCloneDocumentModelException
                      extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ibm.portal.state.Constants
Constants.Clone, Constants.DeepCopyConstant, Constants.EmptyCopyConstant, Constants.Merge, Constants.OverwriteConstant, Constants.SmartCopyConstant
 
Field Summary
protected  Constants constant
          Constant object that could not be recognized
 
Fields inherited from class com.ibm.portal.state.exceptions.CannotCloneDocumentModelException
type
 
Fields inherited from class com.ibm.portal.state.exceptions.DocumentModelException
model
 
Fields inherited from interface com.ibm.portal.state.Constants
DEEP_COPY, EMPTY_COPY, OVERWRITE, SMART_COPY
 
Constructor Summary
InvalidConstantException(Constants aConstant)
          Initializes the exception given the constant that could not be recognized
 
Method Summary
 
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
 
Methods inherited from interface com.ibm.portal.Localized
getDescription, getLocales, getTitle
 

Field Detail

constant

protected final Constants constant
Constant object that could not be recognized

Constructor Detail

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