public class ParsingException extends RuntimeException
| Constructor and Description |
|---|
ParsingException(String message)
Constructs a new
ParsingException with the specified message. |
ParsingException(Throwable cause)
Constructs a new
ParsingException with the specified cause. |
ParsingException(Throwable cause,
String fileName)
Constructs a new
ParsingException with the specified cause and message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParsingException(Throwable cause)
ParsingException with the specified cause.cause - the cause (which is saved for later retrieval by the Throwable.getCause() method).public ParsingException(Throwable cause, String fileName)
ParsingException with the specified cause and message.cause - the cause (which is saved for later retrieval by the Throwable.getCause() method).fileName - the file that could not be parsedpublic ParsingException(String message)
ParsingException with the specified message.message - the message (which is saved for later retrieval by the () method).Copyright © 2018. All rights reserved.