-
public interface ErrorDescribes an error.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetMessage()An error message. abstract ErrorgetCause()The cause error or null if there is none. -
-
Method Detail
-
getMessage
abstract String getMessage()
An error message.
-
-
-
-