public class InvalidReferenceException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
reference |
private static long |
serialVersionUID |
Constructor and Description |
---|
InvalidReferenceException(java.lang.String message,
java.lang.String reference)
A new exception implying that a URI could not be resolved to
a reference.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getReferenceString() |
private static final long serialVersionUID
private java.lang.String reference
public InvalidReferenceException(java.lang.String message, java.lang.String reference)
message
- The failure message for why the URI could not be
resolved.reference
- The URI which was unable to be resolved.