public class WarcFilterException extends RuntimeException
| Constructor and Description |
|---|
WarcFilterException(String message,
int position,
String input) |
| Modifier and Type | Method and Description |
|---|---|
String |
input()
Returns the expression containing the error.
|
int |
position()
Returns the character position of the error within the input.
|
String |
prettyPrint()
Returns a user-friendly error message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2022. All rights reserved.