public abstract class RepositoryItemRuntimeException extends RepositoryRuntimeException
Abstract because this exception should not be constructed directly. Rather, a more detailed subclass should be constructed and thrown.
Constructor and Description |
---|
RepositoryItemRuntimeException(String path,
String message)
Constructs a
RepositoryItemRuntimeException with the specified path and message. |
Modifier and Type | Method and Description |
---|---|
String |
getPath()
Gets the path in the repository that raised the exception.
|
getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RepositoryItemRuntimeException(String path, String message)
RepositoryItemRuntimeException
with the specified path and message.path
- The path to the repository item.message
- The detail message (which is saved for later retrieval by AbstractRuntimeException.getMessage()
).public String getPath()
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>