com.lonniepryor.blues.util
Class ReflectionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.lonniepryor.blues.util.BluesException
                          |
                          +--com.lonniepryor.blues.util.ReflectionException
All Implemented Interfaces:
java.io.Serializable

public class ReflectionException
extends BluesException

Exception thrown when a reflective invocation fails.

Version:
$Revision: 1.1 $
Author:
Lonnie Pryor
See Also:
Serialized Form

Constructor Summary
ReflectionException()
          Creates a new ReflectionException object.
ReflectionException(java.lang.String message)
          Creates a new ReflectionException object.
ReflectionException(java.lang.String message, java.lang.Throwable cause)
          Creates a new ReflectionException object.
ReflectionException(java.lang.Throwable cause)
          Creates a new ReflectionException object.
 
Methods inherited from class com.lonniepryor.blues.util.BluesException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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()
Creates a new ReflectionException object.


ReflectionException

public ReflectionException(java.lang.String message)
Creates a new ReflectionException object.

Parameters:
message - The error message.

ReflectionException

public ReflectionException(java.lang.String message,
                           java.lang.Throwable cause)
Creates a new ReflectionException object.

Parameters:
message - The error message.
cause - The cause of this error.

ReflectionException

public ReflectionException(java.lang.Throwable cause)
Creates a new ReflectionException object.

Parameters:
cause - The cause of this error.


Copyright © 2003 Blues Framework. All Rights Reserved.