public class InvalidReferenceException extends Exception
| Constructor and Description |
|---|
InvalidReferenceException(String message,
String reference)
A new exception implying that a URI could not be resolved to
a reference.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getReferenceString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidReferenceException(String message, String reference)
message - The failure message for why the URI could not be resolved.reference - The URI which was unable to be resolved.public String getReferenceString()
Copyright © 2023. All rights reserved.