Class BadEncodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pnfsoftware.jeb.util.encoding.BadEncodingException
- All Implemented Interfaces:
Serializable
This exception may be raised when an encoding or decoding error is detected.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBadEncodingException
(String message, int offset) BadEncodingException
(String message, int offset, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadEncodingException
-
BadEncodingException
-
-
Method Details
-
getOffset
public int getOffset() -
getMessage
- Overrides:
getMessage
in classThrowable
-