com.ibm.portal.state.accessors.exceptions
Class InvalidShowToolsFlagException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.portal.state.exceptions.StateException
com.ibm.portal.state.accessors.exceptions.ShowToolsAccessorException
com.ibm.portal.state.accessors.exceptions.InvalidShowToolsFlagException
- All Implemented Interfaces:
- Localized, java.io.Serializable
-
public abstract class InvalidShowToolsFlagException
- extends ShowToolsAccessorException
Exception which should be thrown when detecting an invalid Show Tools flag.
- Since:
- 5.1
- See Also:
- Serialized Form
Field Summary
|
protected java.lang.String |
flag
Invalid Show Tools flag |
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 |
flag
protected final java.lang.String flag
- Invalid Show Tools flag
InvalidShowToolsFlagException
public InvalidShowToolsFlagException(java.lang.String aFlag,
ShowToolsAccessor aAccessor)
- Initializes the exception with the accessor that caused the exception
- Parameters:
- aFlag - Invalid Show Tools flag
- aAccessor - Show Tools accessor that caused the exception
InvalidShowToolsFlagException
public InvalidShowToolsFlagException(java.lang.String aFlag,
ShowToolsAccessor aAccessor,
java.lang.Exception aReason)
- Initializes the exception with the accessor that caused the exception
- Parameters:
- aAccessor - Show Tools accessor that caused the exception
- aFlag - Invalid Show Tools flag
- aReason - Reason for the exception