| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.ibm.portal.state.exceptions.StateException com.ibm.portal.state.exceptions.PostProcessorException
public abstract class PostProcessorException
Exception representing the error case that a post processor cannot perform its task properly. Should be sub-classed by specific post processor exceptions.
Field Summary | |
---|---|
protected PostProcessor | processor
Reference to the postprocessor that caused the exception |
Constructor Summary | |
---|---|
PostProcessorException(PostProcessor aProcessor)
Initializes the exception with the postprocessor that caused it |
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 |
---|
protected final PostProcessor processor
Constructor Detail |
---|
public PostProcessorException(PostProcessor aProcessor)
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |