public class IlvCSSparseException extends IlvStylingException
Constructor and Description |
---|
IlvCSSparseException()
Creates a new styling exception with no error message.
|
IlvCSSparseException(String message,
String document,
int lineNumber)
Creates a new styling exception with a specified error message.
|
Modifier and Type | Method and Description |
---|---|
String |
getDocument()
Returns the document reference (URL, filename, ...) where the
parse exception occurred.
|
int |
getLineNumber()
Returns the line number where the parse exception occurred.
|
getException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IlvCSSparseException()
public IlvCSSparseException(String message, String document, int lineNumber)
message
- The error message.document
- The document reference (for example URL, filename).lineNumber
- The line number where the error occurred.public String getDocument()
public int getLineNumber()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.