Class UnexpectedCharacterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.nats.jparse.source.support.UnexpectedCharacterException
All Implemented Interfaces:
Serializable

public class UnexpectedCharacterException extends RuntimeException
See Also:
  • Constructor Details

    • UnexpectedCharacterException

      public UnexpectedCharacterException(String whileDoing, String message, CharSource source, int ch, int index)
    • UnexpectedCharacterException

      public UnexpectedCharacterException(String whileDoing, String message, CharSource source, int ch)
    • UnexpectedCharacterException

      public UnexpectedCharacterException(String whileDoing, String message, CharSource source)