org.ubercraft.sucre.reflect
Class ReflectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
ReflectException()
           
ReflectException(String message)
           
ReflectException(String message, Throwable th)
           
ReflectException(Throwable th)
           
 
Method Summary
 
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

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.