Package tech.corefinance.common.ex
Class ReflectiveIncorrectFieldException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tech.corefinance.common.ex.ReflectiveIncorrectFieldException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReflectiveIncorrectFieldException(String message) Create exception with error messageReflectiveIncorrectFieldException(String message, Throwable origin) Should not use this constructor as general cases.Create exception with error message -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReflectiveIncorrectFieldException
Should not use this constructor as general cases. Just use for special case only.- Parameters:
message- Error messageorigin- Origin exception
-
ReflectiveIncorrectFieldException
Create exception with error message- Parameters:
message- Error message
-
ReflectiveIncorrectFieldException
Create exception with error message- Parameters:
origin- Origin exception
-