jrun.jsp.compiler
Class JRunTagLibraryInfo.NoSuchAttributeException

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

public class JRunTagLibraryInfo.NoSuchAttributeException
extends TagLibraryException

The tag handler class '{clazz}' does not have a '{name}' property

See Also:
Serialized Form

Field Summary
 java.lang.String clazz
           
 java.lang.String name
           
 
Constructor Summary
JRunTagLibraryInfo.NoSuchAttributeException(java.lang.String clazz, java.lang.String name)
           
 
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

clazz

public final java.lang.String clazz

name

public final java.lang.String name
Constructor Detail

JRunTagLibraryInfo.NoSuchAttributeException

public JRunTagLibraryInfo.NoSuchAttributeException(java.lang.String clazz,
                                                   java.lang.String name)


Copyright � 2002 Macromedia Corporation. All Rights Reserved.