org.ablaf.runtime.reflection
Class ReflectionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.ablaf.runtime.reflection.ReflectionException
All Implemented Interfaces:
java.io.Serializable

public class ReflectionException
extends java.lang.Exception

Version:
$Revision: 1.1 $
Author:
jpetersen
See Also:
Serialized Form

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


ReflectionException

public ReflectionException(java.lang.String message)
Constructor for ReflectionException.

Parameters:
message -


Copyright © 2002 Jan Arne Petersen. All Rights Reserved.