/**@class java.nio.charset.MalformedInputException
@extends java.nio.charset.CharacterCodingException

 Checked exception thrown when an input byte sequence is not legal for given
 charset, or an input character sequence is not a legal sixteen-bit Unicode
 sequence.

 @since 1.4
*/
var MalformedInputException = {

/**Returns the length of the input.
@return {Number} the length of the input
*/
getInputLength : function(  ) {},

/**Returns the message.
@return {String} the message
*/
getMessage : function(  ) {},


};