public class ParsingException extends RuntimeException
| Constructor and Description |
|---|
ParsingException(String message)
Creates a new
ParsingException. |
ParsingException(String message,
Throwable cause)
Creates a new
ParsingException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParsingException(String message)
ParsingException.message - the detail message.public ParsingException(String message, Throwable cause)
ParsingException.message - the detail message.cause - the cause of the error.Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.