-
- All Implemented Interfaces:
-
org.readium.r2.shared.util.Error
public final class DebugError implements Error
A basic Error implementation with a debug message.
-
-
Constructor Summary
Constructors Constructor Description DebugError(String message, Error cause)
-
Method Summary
Modifier and Type Method Description StringgetMessage()An error message. ErrorgetCause()The cause error or null if there is none.
-