Package org.cyclos.model
Class QueryParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cyclos.model.CyclosException
-
- org.cyclos.model.FrameworkException
-
- org.cyclos.model.QueryParseException
-
- All Implemented Interfaces:
Serializable
public class QueryParseException extends FrameworkException
Exception thrown whenever there's a query parse error- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QueryParseException()QueryParseException(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue()voidsetValue(String value)-
Methods inherited from class org.cyclos.model.CyclosException
getAttribute, getMessage, setAttribute, shouldGenerateLog
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-