public class InvalidEscapedCharacterException
extends java.lang.Exception
Constructor and Description |
---|
InvalidEscapedCharacterException(int checkPos,
java.lang.String s)
Creates the exception, setting an error message based on the given string and checkPos
|
public InvalidEscapedCharacterException(int checkPos, java.lang.String s)
checkPos
- The (zero-based) offset in s where an invalid escape character was detecteds
- The string in which an invalid escape character was detected