com.ibm.portal.state.exceptions
Class PostProcessorException

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.PostProcessorException
All Implemented Interfaces:
Localized, java.io.Serializable

public abstract class PostProcessorException
extends StateException

Exception representing the error case that a post processor cannot perform its task properly. Should be sub-classed by specific post processor exceptions.

Since:
5.1
See Also:
Serialized Form

Field Summary
protected  com.ibm.portal.state.PostProcessor processor
          Reference to the postprocessor that caused the exception
 
Constructor Summary
PostProcessorException(com.ibm.portal.state.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

processor

protected final com.ibm.portal.state.PostProcessor processor
Reference to the postprocessor that caused the exception

Constructor Detail

PostProcessorException

public PostProcessorException(com.ibm.portal.state.PostProcessor aProcessor)
Initializes the exception with the postprocessor that caused it

Parameters:
aProcessor - Reference to the postprocessor that caused the exception