-
- All Implemented Interfaces:
-
java.io.Serializable
public class UnhandledThrowableWrapper extends Exception
-
-
Constructor Summary
Constructors Constructor Description UnhandledThrowableWrapper(Throwable throwable)
-
Method Summary
Modifier and Type Method Description String
getMessage()
String
getLocalizedMessage()
synchronized Throwable
getCause()
Array<StackTraceElement>
getStackTrace()
String
getClassifier()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
UnhandledThrowableWrapper
UnhandledThrowableWrapper(Throwable throwable)
-
-
Method Detail
-
getMessage
String getMessage()
-
getLocalizedMessage
String getLocalizedMessage()
-
getStackTrace
@NonNull() Array<StackTraceElement> getStackTrace()
-
getClassifier
String getClassifier()
-
-
-
-