ooc
Class TagErrorHandlerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byooc.TagErrorHandlerException
All Implemented Interfaces:
java.io.Serializable

public class TagErrorHandlerException
extends java.lang.RuntimeException

This exception is thrown by the TagErrorHandler for different reasons.

See Also:
Serialized Form

Constructor Summary
TagErrorHandlerException(TagErrorHandler errorHandler)
           
TagErrorHandlerException(TagErrorHandler errorHandler, java.lang.Exception e)
           
 
Method Summary
 TagErrorHandler getTagErrorHandler()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TagErrorHandlerException

public TagErrorHandlerException(TagErrorHandler errorHandler)

TagErrorHandlerException

public TagErrorHandlerException(TagErrorHandler errorHandler,
                                java.lang.Exception e)
Method Detail

getTagErrorHandler

public TagErrorHandler getTagErrorHandler()