Package org.joor

Class ReflectException

All Implemented Interfaces:
Serializable

public class ReflectException extends RuntimeException
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Generated UID
      See Also:
  • Constructor Details

    • ReflectException

      public ReflectException(String message)
    • ReflectException

      public ReflectException(String message, Throwable cause)
    • ReflectException

      public ReflectException()
    • ReflectException

      public ReflectException(Throwable cause)