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