net.sourceforge.mflow.reflect
Class ReflectionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sourceforge.mflow.reflect.ReflectionException
All Implemented Interfaces:
java.io.Serializable

public class ReflectionException
extends java.lang.Exception

Author:
carrd
See Also:
Serialized Form

Constructor Summary
ReflectionException(java.lang.String message)
           
ReflectionException(java.lang.String message, java.lang.Throwable cause)
           
ReflectionException(java.lang.Throwable 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

ReflectionException

public ReflectionException(java.lang.String message,
                           java.lang.Throwable cause)
Parameters:
message - a message describing the exception
cause - the cause of the exception

ReflectionException

public ReflectionException(java.lang.String message)
Parameters:
message - a message describing the exception

ReflectionException

public ReflectionException(java.lang.Throwable cause)
Parameters:
cause - the cause of the exception


Copyright © 2002-2004 MFlow Group. All Rights Reserved.