Class WarcFilterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.netpreserve.jwarc.WarcFilterException
- All Implemented Interfaces:
Serializable
Thrown when a syntax error is encountered when compiling a filter expression.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WarcFilterException
-
-
Method Details
-
position
public int position()Returns the character position of the error within the input. -
input
Returns the expression containing the error. -
prettyPrint
Returns a user-friendly error message.
-