jrun.jsp.compiler
Class TagLibraryException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jrunx.util.ReflectionMessageException
                    |
                    +--jrun.jsp.compiler.TagLibraryException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
JRunTagLibraryInfo.CouldNotRegisterListenersException, JRunTagLibraryInfo.NoSuchAttributeException, JRunTagLibraryInfo.TagAttributeIntrospectionException, JRunTagLibraryInfo.TagLibraryValidatorException, JRunTagLibraryInfo.TLDMustBeInWEBINF, JRunTagLibraryInfo.TLDNotFoundException, JRunTagLibraryInfo.TLDNotFoundInJarException, JRunTagLibraryInfo.TLDParseException

public abstract class TagLibraryException
extends ReflectionMessageException

See Also:
Serialized Form

Constructor Summary
TagLibraryException()
           
TagLibraryException(java.lang.Throwable t)
           
 
Method Summary
 java.lang.Throwable getRootCause()
           
 
Methods inherited from class jrunx.util.ReflectionMessageException
getMessage, getMessage, getMessageString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TagLibraryException

public TagLibraryException()

TagLibraryException

public TagLibraryException(java.lang.Throwable t)
Method Detail

getRootCause

public java.lang.Throwable getRootCause()


Copyright � 2002 Macromedia Corporation. All Rights Reserved.