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 of the repository item.message
- the detail message (which is saved for later retrieval by the AbstractRuntimeException.getMessage()
method).public String getPath()
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA