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(@Nonnull String message)
ParsingException.message - the detail message.public ParsingException(@Nonnull String message, @Nonnull Throwable cause)
ParsingException.message - the detail message.cause - the cause of the error.Copyright © 2014 AssertJ. All rights reserved.