public class DecodeException extends IOException
Constructor and Description |
---|
DecodeException(String message,
int offset) |
Modifier and Type | Method and Description |
---|---|
String |
toString()
Returns a short description of this throwable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public DecodeException(String message, int offset)
public String toString()
Throwable
Throwable.getLocalizedMessage()
method
getLocalizedMessage
returns null
, then just
the class name is returned.