Package io.jexxa.adapterapi.invocation
Class InvocationTargetRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jexxa.adapterapi.invocation.InvocationTargetRuntimeException
- All Implemented Interfaces:
Serializable
InvocationTargetRuntimeException is an unchecked exception that wraps an exception thrown by an
invoked method or constructor. This exception is preferred over InvocationTargetException in case
of functional interfaces.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvocationTargetRuntimeException
-
-
Method Details
-
getTargetException
-