Package com.github.sttk.exception
Class RuntimeReasonedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.sttk.exception.RuntimeReasonedException
- All Implemented Interfaces:
Serializable
Is the exception class that has a
Record
object indicating the
reason why this exception occurs.- See Also:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
toReasonedException
Gets theReasonedException
object that caused this exception.- Returns:
- The
ReasonedException
object that caused this exception.
-