public class FormattedException extends Exception
| Constructor and Description |
|---|
FormattedException() |
FormattedException(String message,
Object... args) |
FormattedException(Throwable throwable) |
FormattedException(Throwable throwable,
String message,
Object... args) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FormattedException()
public FormattedException(Throwable throwable)
Copyright © 2020. All rights reserved.