Package org.pkl.core.util.json
Class ParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.pkl.core.util.json.ParseException
-
- All Implemented Interfaces:
java.io.Serializable
public final class ParseException extends java.lang.RuntimeExceptionAn unchecked exception to indicate that an input does not qualify as valid JSON.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParseException(java.lang.String message, Location location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocationgetLocation()Returns the location at which the error occurred.
-