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, toString
public ParseException()
public ParseException(String message)
message
- an explanation of the errorpublic String getMessage()
getMessage
in class Throwable
Copyright © 2016 Actian Corporation. All rights reserved.