public class UnexpectedCharacterException extends ParseException
This exception is a wrapper exception extending ParseException.
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Returns the string representation of this exception
containing the information about the unexpected
element and, if available, about the expected types.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic String toString()
toString in class ParseExceptionCopyright © 2024. All rights reserved.