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 ApplicationExceptionDataException. asApplicationException()static ApplicationExceptionApplicationException. create(String message)Create an application exception with the specified message.static ApplicationExceptionApplicationException. create(String message, String detail)Create an application exception with the specified message and optional detail.static ApplicationExceptionApplicationException. create(String message, Throwable cause)Create an application exception with the specified message and cause.ApplicationExceptionApplicationRuntimeException. getApplicationException()Methods in org.violetlib.types with parameters of type ApplicationException Modifier and Type Method and Description static ApplicationRuntimeExceptionApplicationRuntimeException. create(ApplicationException ex)
-