Package com.osohq.oso
Class Exceptions.ParseError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.osohq.oso.Exceptions.OsoException
-
- com.osohq.oso.Exceptions.ParseError
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Exceptions.ExtraToken
,Exceptions.IntegerOverflow
,Exceptions.InvalidToken
,Exceptions.InvalidTokenCharacter
,Exceptions.UnrecognizedEOF
,Exceptions.UnrecognizedToken
- Enclosing class:
- Exceptions
public static class Exceptions.ParseError extends Exceptions.OsoException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParseError(String msg, Map<String,Object> details)
-
Method Summary
-
Methods inherited from class com.osohq.oso.Exceptions.OsoException
getDetails
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-