Constructs a new {@code UnmappableCharacterException}.paramlength the length of the unmappable character.sinceAndroid 1.0 this.inputLength = length;
this.inputLength = length;
Gets the length of the unmappable character.returnthe length of the unmappable character.sinceAndroid 1.0 return this.inputLength;
return this.inputLength;
Gets a message describing this exception.returna message describing this exception.sinceAndroid 1.0 // niochar.0A=The unmappable character length is {0}. return Messages.getString("niochar.0A", this.inputLength); //$NON-NLS-1$
// niochar.0A=The unmappable character length is {0}. return Messages.getString("niochar.0A", this.inputLength); //$NON-NLS-1$