public class FormatterException extends Exception
Constructor and Description |
---|
FormatterException()
Constructor.
|
FormatterException(String message)
Create a new FormatterException using the message.
|
FormatterException(String message,
Throwable cause)
Create a new FormatterException using the message and a Throwable.
|
FormatterException(Throwable cause)
Create a new FormatterException using a Throwable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FormatterException()
public FormatterException(String message)
message
- public FormatterException(String message, Throwable cause)
message
- cause
- public FormatterException(Throwable cause)
cause
- Copyright © 2017. All rights reserved.