org.jooq.tools.reflect
Class ReflectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jooq.tools.reflect.ReflectException
All Implemented Interfaces:
Serializable

public class ReflectException
extends RuntimeException

A unchecked wrapper for any of Java's checked reflection exceptions:

These exceptions are

Author:
Lukas Eder
See Also:
Serialized Form

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

ReflectException

public ReflectException(String message,
                        Throwable cause)

ReflectException

public ReflectException()

ReflectException

public ReflectException(Throwable cause)


Copyright © 2012. All Rights Reserved.