public class InvocationTargetRuntimeException extends RuntimeException
ViewUtils
class that execute code in the
Event Dispatch Thread, if the executed code throws an exception. The original
exception of the executed code can be retrieved through the
Throwable.getCause()
method.Constructor and Description |
---|
InvocationTargetRuntimeException(String msg,
Throwable cause)
Creates a new exception, wrapping the cause in a runtime exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
InvocationTargetRuntimeException(String msg, Throwable cause)
msg
- the message for the wrappercause
- the original exception, must not be nullNullPointerException
- if the specified cause is null
KNIME GmbH, Konstanz, Germany
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.