org.ubercraft.sucre.reflect
Class ReflectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ubercraft.sucre.reflect.ReflectException
- All Implemented Interfaces:
- Serializable
public class ReflectException
- extends RuntimeException
Indicates an error occurred during a reflection operation.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ReflectException
public ReflectException()
ReflectException
public ReflectException(String message)
ReflectException
public ReflectException(Throwable th)
ReflectException
public ReflectException(String message,
Throwable th)
Copyright © 2013. All Rights Reserved.