public class ParseException extends Exception
| Constructor and Description |
|---|
ParseException()
Create a parse error with no information provided.
|
ParseException(String message)
Create a parse error with the specified message.
|
ParseException(String message,
String filePath)
Create a parse error with the specified message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParseException()
public ParseException(String message)
message - an explanation of the errorpublic String getMessage()
getMessage in class ThrowableCopyright © 2024 Actian Corporation. All rights reserved.