Package de.intarsys.tools.reflect
Class ReflectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.intarsys.tools.reflect.ReflectionException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
FieldException
,MethodException
,ObjectCreationException
public abstract class ReflectionException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReflectionException()
ReflectionException(java.lang.String message)
ReflectionException(java.lang.String message, java.lang.Throwable cause)
ReflectionException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
ReflectionException
public ReflectionException()
-
ReflectionException
public ReflectionException(java.lang.String message)
-
ReflectionException
public ReflectionException(java.lang.String message, java.lang.Throwable cause)
-
ReflectionException
public ReflectionException(java.lang.Throwable cause)
-
-