public interface ErrorType
AbstractException and implementing classes.
Those describe the type of error that is raised.| Modifier and Type | Method and Description |
|---|---|
default String |
getMessage()
Provide a message for the error type.
|
String |
name()
Provide the name of the error type.
|
Copyright © 2021 Crabs Hue. All rights reserved.