public class ApplicationException extends RuntimeException
| Modifier and Type | Method and Description |
|---|---|
static RuntimeException |
exception(Message... messages) |
static RuntimeException |
exception(String message,
Message... messages) |
static RuntimeException |
exception(String message,
Throwable cause,
Message... messages) |
static RuntimeException |
exception(Throwable cause,
Message... messages) |
Message[] |
getMessages() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic static RuntimeException exception(Throwable cause, Message... messages)
public static RuntimeException exception(String message, Message... messages)
public static RuntimeException exception(Message... messages)
public static RuntimeException exception(String message, Throwable cause, Message... messages)
public Message[] getMessages()
Copyright © 2018–2019 Butor Inc.. All rights reserved.