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:
java.io.Serializable
public class UnexpectedCharacterException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnexpectedCharacterException(java.lang.String whileDoing, java.lang.String message, CharSource source)
UnexpectedCharacterException(java.lang.String whileDoing, java.lang.String message, CharSource source, int ch)
UnexpectedCharacterException(java.lang.String whileDoing, java.lang.String message, CharSource source, int ch, int index)
-
-
-
Constructor Detail
-
UnexpectedCharacterException
public UnexpectedCharacterException(java.lang.String whileDoing, java.lang.String message, CharSource source, int ch, int index)
-
UnexpectedCharacterException
public UnexpectedCharacterException(java.lang.String whileDoing, java.lang.String message, CharSource source, int ch)
-
UnexpectedCharacterException
public UnexpectedCharacterException(java.lang.String whileDoing, java.lang.String message, CharSource source)
-
-