Package io.nats.jparse.source.support
Class UnexpectedCharacterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.nats.jparse.source.support.UnexpectedCharacterException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnexpectedCharacterException
(String whileDoing, String message, CharSource source) UnexpectedCharacterException
(String whileDoing, String message, CharSource source, int ch) UnexpectedCharacterException
(String whileDoing, String message, CharSource source, int ch, int index) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnexpectedCharacterException
public UnexpectedCharacterException(String whileDoing, String message, CharSource source, int ch, int index) -
UnexpectedCharacterException
-
UnexpectedCharacterException
-