public class NavigatorRuntimeException extends NavigatorTagException
Note: That this is not a runtime exception in the sense that this class is inherited from java.lang.RuntimeException and therefore this exception has to be caught explicitly.
cause
Constructor and Description |
---|
NavigatorRuntimeException()
INTERNAL: Constructor with empty error message.
|
NavigatorRuntimeException(String message)
INTERNAL: constructor with a message.
|
NavigatorRuntimeException(String message,
Throwable cause)
INTERNAL: Wraps another exception, and adds a message.
|
NavigatorRuntimeException(Throwable cause)
INTERNAL: Wraps another exception.
|
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public NavigatorRuntimeException()
public NavigatorRuntimeException(String message)
public NavigatorRuntimeException(Throwable cause)