Package org.eclipse.net4j.util
Class ReflectUtil.ReflectionException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- org.eclipse.net4j.util.ReflectUtil.ReflectionException
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 - Enclosing class:
- ReflectUtil
 
 public static class ReflectUtil.ReflectionException extends java.lang.RuntimeException- Since:
- 3.14
- Author:
- Eike Stepper
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ReflectionException()ReflectionException(java.lang.Exception cause)ReflectionException(java.lang.String message)ReflectionException(java.lang.String message, java.lang.Exception cause)
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Exceptionunwrap(java.lang.Exception exception)static ReflectUtil.ReflectionExceptionwrap(java.lang.Exception exception)
 
- 
- 
- 
Constructor Detail- 
ReflectionExceptionpublic ReflectionException() 
 - 
ReflectionExceptionpublic ReflectionException(java.lang.String message, java.lang.Exception cause)
 - 
ReflectionExceptionpublic ReflectionException(java.lang.String message) 
 - 
ReflectionExceptionpublic ReflectionException(java.lang.Exception cause) 
 
- 
 - 
Method Detail- 
wrappublic static ReflectUtil.ReflectionException wrap(java.lang.Exception exception) 
 - 
unwrappublic static java.lang.Exception unwrap(java.lang.Exception exception) 
 
- 
 
-