Package io.github.zero88.exceptions
Class ReflectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.github.zero88.exceptions.RuntimeErrorCodeException
-
- io.github.zero88.exceptions.ReflectionException
-
- All Implemented Interfaces:
ErrorCodeException,java.io.Serializable
public class ReflectionException extends RuntimeErrorCodeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReflectionException(java.lang.String message)ReflectionException(java.lang.String message, java.lang.Throwable e)ReflectionException(java.lang.Throwable e)
-
Method Summary
-
Methods inherited from class io.github.zero88.exceptions.RuntimeErrorCodeException
equals, errorCode, hashCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.github.zero88.exceptions.ErrorCodeException
getCause, getMessage
-
-