Package org.infinispan.objectfilter
Class ParsingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.infinispan.objectfilter.ParsingException
-
- All Implemented Interfaces:
Serializable
public class ParsingException extends RuntimeException
Thrown in case of syntax errors during parsing or during the processing of the parse tree.- Since:
- 9.0
- Author:
- anistor@redhat.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParsingException(String message)
ParsingException(String message, Throwable cause)
ParsingException(Throwable cause)
-