org.violetlib.types
Class ApplicationException
- Object
-
- Throwable
-
- Exception
-
- ApplicationException
-
- All Implemented Interfaces:
- Serializable
public class ApplicationException extends ExceptionAn exception with an explanation that can be shown to a user. The explanation should be meaningful without the exception class name being visible. Any code that handles this exception should probably also handleApplicationRuntimeException
.- See Also:
- Serialized Form
-
-
Methods Modifier and Type Method and Description getDetail toString This method returns the exception message (only).