java.nio.charset.UnmappableCharacterException
Thrown when an unmappable character for the given charset is encountered.
Summary
Public Constructors
Public Methods
fillInStackTrace,
getCause,
getLocalizedMessage,
getMessage,
getStackTrace,
initCause,
printStackTrace,
printStackTrace,
printStackTrace,
setStackTrace,
toString
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
UnmappableCharacterException(int length)
Constructs an instance of this exception.
Parameters
length
| the length of the unmappable character
|
Public Methods
public
int
getInputLength()
Gets the length of the unmappable character.
Returns
- the length of the unmappable character
public
String
getMessage()
Gets a message describing this exception.
Returns
- a message describing this exception