Class JReflectionLookupException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
honeyroasted.jype.system.resolver.reflection.JReflectionLookupException
All Implemented Interfaces:
Serializable

public class JReflectionLookupException extends RuntimeException
See Also:
  • Constructor Details

    • JReflectionLookupException

      public JReflectionLookupException()
    • JReflectionLookupException

      public JReflectionLookupException(String message)
    • JReflectionLookupException

      public JReflectionLookupException(String message, Throwable cause)
    • JReflectionLookupException

      public JReflectionLookupException(Throwable cause)
    • JReflectionLookupException

      public JReflectionLookupException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)