jrun.jsp.compiler
Class JRunTagLibraryInfo.InvalidTLDElementException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.xml.sax.SAXException
                    |
                    +--jrun.jsp.compiler.JRunTagLibraryInfo.InvalidTLDElementException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
JRunTagLibraryInfo

public class JRunTagLibraryInfo.InvalidTLDElementException
extends org.xml.sax.SAXException

The tag {tag} on line {line} is not a valid TLD element

See Also:
Serialized Form

Field Summary
 int line
           
 java.lang.String tag
           
 java.lang.String tld
           
 
Constructor Summary
JRunTagLibraryInfo.InvalidTLDElementException(java.lang.String tag, int line)
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class org.xml.sax.SAXException
getException, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

tag

public final java.lang.String tag

tld

public final java.lang.String tld

line

public final int line
Constructor Detail

JRunTagLibraryInfo.InvalidTLDElementException

public JRunTagLibraryInfo.InvalidTLDElementException(java.lang.String tag,
                                                     int line)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class org.xml.sax.SAXException


Copyright � 2002 Macromedia Corporation. All Rights Reserved.