jrun.jsp.compiler
Class JRunTagLibraryInfo.TagAttributeIntrospectionException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--jrunx.util.ReflectionMessageException
|
+--jrun.jsp.compiler.TagLibraryException
|
+--jrun.jsp.compiler.JRunTagLibraryInfo.TagAttributeIntrospectionException
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- JRunTagLibraryInfo
- public class JRunTagLibraryInfo.TagAttributeIntrospectionException
- extends TagLibraryException
Exception introspecting attribute '{name}' of tag handler class '{clazz}': {rootCause}
- See Also:
- Serialized Form
| 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 |
clazz
public final java.lang.String clazz
name
public final java.lang.String name
rootCause
public final java.lang.String rootCause
JRunTagLibraryInfo.TagAttributeIntrospectionException
public JRunTagLibraryInfo.TagAttributeIntrospectionException(java.lang.Exception e,
java.lang.String clazz,
java.lang.String name)
Copyright � 2002 Macromedia Corporation. All Rights Reserved.