public abstract class RuntimeError extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
message |
protected String |
token |
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 |
getToken()
The token as specified in the presentation's RenderDocument directive.
|
String |
getType()
Defines the error type and dictates which properties must/can be included.
|
int |
hashCode() |
String |
toString() |
protected String type
protected String message
protected String token
public String getType()
public String getMessage()
public String getToken()
Copyright © 2023. All rights reserved.