jrunx.util
Class ReflectionMessageException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jrunx.util.ReflectionMessageException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
JRun.Usage, JSPParserBase.BadEncodingException, JSPParserBase.TwoDifferentContentTypesSpecified, MetaDataException, TagLibraryException

public class ReflectionMessageException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ReflectionMessageException()
           
 
Method Summary
 java.lang.String getMessage()
           
static java.lang.String getMessage(java.lang.Object exception)
           
static java.lang.String getMessageString(java.lang.Class exception)
           
 
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
 

Constructor Detail

ReflectionMessageException

public ReflectionMessageException()
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

getMessage

public static java.lang.String getMessage(java.lang.Object exception)

getMessageString

public static java.lang.String getMessageString(java.lang.Class exception)


Copyright � 2002 Macromedia Corporation. All Rights Reserved.