public class Fault extends Exception
| Modifier and Type | Method and Description |
|---|---|
boolean |
becauseOf(Class<?> clazz) |
boolean |
becauseOf(Err... reasons) |
boolean |
becauseOf(String... reasons) |
static void |
main(String[] args) |
Err |
makeError() |
Fault |
newInstance() |
Fault |
newInstance(String message) |
Fault |
newInstance(Throwable cause) |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceCopyright © 2023. All rights reserved.