public class UnhandledException extends RuntimeException
RuntimeException
and processing them
on a different level of the call-stack.Constructor and Description |
---|
UnhandledException(String message) |
UnhandledException(String message,
Throwable cause) |
UnhandledException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnhandledException(String message)
message
- message for the exceptionpublic UnhandledException(Throwable cause)
cause
- exception which should be wrapped in an RuntimeException
public UnhandledException(String message, Throwable cause)
message
- message for the exceptioncause
- exception which should be wrapped in an RuntimeException
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.