Uses of Class
org.violetlib.types.ApplicationException
-
-
Uses of ApplicationException in org.violetlib.types
Methods in org.violetlib.types that return ApplicationException Modifier and Type Method and Description ApplicationException
DataException. asApplicationException()
static ApplicationException
ApplicationException. create(String message)
Create an application exception with the specified message.static ApplicationException
ApplicationException. create(String message, String detail)
Create an application exception with the specified message and optional detail.static ApplicationException
ApplicationException. create(String message, Throwable cause)
Create an application exception with the specified message and cause.ApplicationException
ApplicationRuntimeException. getApplicationException()
Methods in org.violetlib.types with parameters of type ApplicationException Modifier and Type Method and Description static ApplicationRuntimeException
ApplicationRuntimeException. create(ApplicationException ex)
-