jrun.jsp.compiler
Class JRunTagLibraryInfo.TLDParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jrunx.util.ReflectionMessageException
                    |
                    +--jrun.jsp.compiler.TagLibraryException
                          |
                          +--jrun.jsp.compiler.JRunTagLibraryInfo.TLDParseException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
JRunTagLibraryInfo

public class JRunTagLibraryInfo.TLDParseException
extends TagLibraryException

Exception parsing the TLD {uri} : {rootCause}

See Also:
Serialized Form

Field Summary
 java.lang.String rootCause
           
 java.lang.String uri
           
 
Constructor Summary
JRunTagLibraryInfo.TLDParseException(java.lang.String tld_uri, java.lang.Exception e)
           
 
Methods inherited from class jrun.jsp.compiler.TagLibraryException
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
 

Field Detail

uri

public final java.lang.String uri

rootCause

public final java.lang.String rootCause
Constructor Detail

JRunTagLibraryInfo.TLDParseException

public JRunTagLibraryInfo.TLDParseException(java.lang.String tld_uri,
                                            java.lang.Exception e)


Copyright � 2002 Macromedia Corporation. All Rights Reserved.