public abstract class RuntimeError extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
message |
protected String |
type |
Modifier | Constructor and Description |
---|---|
protected |
RuntimeError() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getMessage()
A human-readable description of the error.
|
String |
getType()
Defines the error type and dictates which properties must/can be included.
|
int |
hashCode() |
String |
toString() |
Copyright © 2023. All rights reserved.