-
- All Implemented Interfaces:
-
java.io.Serializable
@Deprecated(message = Readium does not provide user error messages anymore. You need to map error cases to your own custom messages., level = DeprecationLevel.ERROR) public final class UserException extends Exception
-
-
Constructor Summary
Constructors Constructor Description UserException()
-
Method Summary
Modifier and Type Method Description ThrowablegetCause()StringgetMessage()final StringgetUserMessage(Context context)-
Methods inherited from class java.lang.Exception
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getMessage
String getMessage()
-
getUserMessage
final String getUserMessage(Context context)
-
-
-
-