Class ParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- org.hansken.plugin.extraction.hql_lite.lang.ParseException
-
- All Implemented Interfaces:
Serializable
public class ParseException extends IllegalArgumentException
ParseException, thrown when an invalid query is parsed.- Author:
- Netherlands Forensic Institute
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParseException(String parser, String message, int line, int position)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLine()intgetPosition()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-