java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.klojang.path.PathWalkerException
- All Implemented Interfaces:
Serializable
Thrown by a
PathWalker if a path-read or path-write error occurs.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturn a symbolic constant for the error encountered by thePathWalkerMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getErrorCode
Return a symbolic constant for the error encountered by thePathWalker- Returns:
- A symbolic constant for the error encountered by the
PathWalker.
-