-
- All Implemented Interfaces:
-
org.readium.r2.shared.util.Error
public final class ThrowableError<E extends Throwable> implements Error
An error caused by the catch of a throwable.
-
-
Constructor Summary
Constructors Constructor Description ThrowableError(E throwable)
-
Method Summary
Modifier and Type Method Description StringgetMessage()An error message. ErrorgetCause()The cause error or null if there is none. final EgetThrowable()-
-
Constructor Detail
-
ThrowableError
ThrowableError(E throwable)
-
-
Method Detail
-
getMessage
String getMessage()
An error message.
-
getThrowable
final E getThrowable()
-
-
-
-