Package com.orchestranetworks.schema
Class PathAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.orchestranetworks.schema.PathAccessException
- All Implemented Interfaces:
Serializable
Thrown when a path cannot be resolved in a data model.
- See Also:
-
Constructor Summary
ConstructorDescriptionPathAccessException
(Path path, UnavailableContentError ex) PathAccessException
(Path path, UserMessage errorMessage) PathAccessException
(Path path, RuntimeException ex) PathAccessException
(Path path, String msg) PathAccessException
(Path path, String msg, Throwable ex) -
Method Summary
Modifier and TypeMethodDescriptionReturns either the path specified in the constructor, ornull
.Returns either the user message specified in the constructor, ornull
.toString()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
PathAccessException
-
PathAccessException
-
PathAccessException
-
PathAccessException
-
PathAccessException
-
-
Method Details