Class ReflectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.joselion.springr2dbcrelationships.exceptions.ReflectException
- All Implemented Interfaces:
Serializable
Runtime exception thrown when something goes wrong with a
Reflect
helper process.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic ReflectException
Creates a reflect exception with a detail message.static ReflectException
Creates a reflect exception with the specified cause.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
of
Creates a reflect exception with a detail message.- Parameters:
message
- the detail message- Returns:
- a reflect exception instance
-
of
Creates a reflect exception with the specified cause.- Parameters:
cause
- the cause to this exception- Returns:
- a reflect exception instance
-