org.sormula.reflect
Class ReflectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.sormula.SormulaException
              extended by org.sormula.reflect.ReflectException
All Implemented Interfaces:
java.io.Serializable

public class ReflectException
extends SormulaException

Exception that originates in the reflect package.

Since:
1.0
Author:
Jeff Miller
See Also:
Serialized Form

Constructor Summary
ReflectException(java.lang.String message)
          Constructs for a message.
ReflectException(java.lang.String message, java.lang.Throwable cause)
          Constructs for a message and cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReflectException

public ReflectException(java.lang.String message)
Constructs for a message.

Parameters:
message - expection message

ReflectException

public ReflectException(java.lang.String message,
                        java.lang.Throwable cause)
Constructs for a message and cause.

Parameters:
message - expection message
cause - cause of exception