@Deprecated public class SightlyParsingException extends RuntimeException
SightlyParsingException is thrown during the parsing stage for any grammar offending input.| Constructor and Description |
|---|
SightlyParsingException()
Deprecated.
|
SightlyParsingException(String message)
Deprecated.
|
SightlyParsingException(String message,
String offendingInput)
Deprecated.
|
SightlyParsingException(String message,
String offendingInput,
Throwable cause)
Deprecated.
|
SightlyParsingException(String message,
Throwable cause)
Deprecated.
|
SightlyParsingException(Throwable cause)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getOffendingInput()
Deprecated.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SightlyParsingException()
public SightlyParsingException(String message)
public SightlyParsingException(String message, String offendingInput)
public SightlyParsingException(String message, String offendingInput, Throwable cause)
public SightlyParsingException(Throwable cause)
public String getOffendingInput()
"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"