public class

BadEncodingException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.pnfsoftware.jeb.util.encoding.BadEncodingException

Summary

Public Constructors
BadEncodingException(String message, int offset)
BadEncodingException(String message, int offset, Throwable cause)
Public Methods
String getMessage()
int getOffset()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public BadEncodingException (String message, int offset)

public BadEncodingException (String message, int offset, Throwable cause)

Public Methods

public String getMessage ()

public int getOffset ()