public class Unresolved_Reference extends Exception
Reference_Resolver,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static String |
ID
Class name and version identification.
|
| Constructor and Description |
|---|
Unresolved_Reference(String message)
Constructs an Unresolved_Reference exception with the
specified detail message.
|
Unresolved_Reference(String message,
String reference)
Constructs an Unresolved_Reference exception with
the specified detail message and reference.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Reference()
Gets the unresolved reference.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final String ID
public Unresolved_Reference(String message)
The exception's Reference will be null.
message - The detail message; retrievable by the
Throwable.getMessage() method.public Unresolved_Reference(String message, String reference)
message - The detail message; retrievable by the
Throwable.getMessage() method.reference - The reference String that could not be
resolved; retrievable by the Reference() method.public String Reference()