jrun.jsp.compiler
Class JRunTagLibraryInfo.TagLibraryValidatorException

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

public class JRunTagLibraryInfo.TagLibraryValidatorException
extends TagLibraryException

Exception instantiating tag library validator class '{clazz}' : {rootCause}

See Also:
Serialized Form

Field Summary
 java.lang.String clazz
           
 java.lang.String rootCause
           
 
Constructor Summary
JRunTagLibraryInfo.TagLibraryValidatorException(java.lang.Throwable t, java.lang.String clazz)
           
 
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

rootCause

public final java.lang.String rootCause
Constructor Detail

JRunTagLibraryInfo.TagLibraryValidatorException

public JRunTagLibraryInfo.TagLibraryValidatorException(java.lang.Throwable t,
                                                       java.lang.String clazz)


Copyright � 2002 Macromedia Corporation. All Rights Reserved.