Package com.wavefront.predicates
Class ExpressionSyntaxException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.wavefront.predicates.ExpressionSyntaxException
-
- All Implemented Interfaces:
Serializable
public class ExpressionSyntaxException extends RuntimeException
Catch-all exception for parse-time syntax errors.- Author:
- vasily@wavefront.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExpressionSyntaxException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ExpressionSyntaxException
public ExpressionSyntaxException(String message)
-
-