No examples for this method.
Frequently called with: [Clear]
-1
java.lang.Object | |||||
↳ | java.lang.Throwable | ||||
↳ | java.lang.Exception | ||||
↳ | java.io.IOException | ||||
↳ | java.nio.charset.CharacterCodingException | ||||
↳ | java.nio.charset.MalformedInputException |
A MalformedInputException
is thrown when a malformed input is encountered, for example if a byte sequence is illegal for the given charset.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Constructs a new
MalformedInputException .
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Gets the length of the malformed input.
|
||||||||||
|
Returns the extra information message which was provided when this
Throwable was created.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
|||||||||||
![]() |
Constructs a new MalformedInputException
.
length | the length of the malformed input. |
---|
Gets the length of the malformed input.
Returns the extra information message which was provided when this Throwable
was created. Returns null
if no message was provided at creation time.
Throwable
's detail message.