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:
java.io.Serializable
public class ParsingException extends java.lang.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(java.lang.String message)
ParsingException(java.lang.String message, java.lang.Throwable cause)
ParsingException(java.lang.Throwable cause)
-