Class FileSystemException.PathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.refcodes.exception.AbstractException
org.refcodes.filesystem.FileSystemException
org.refcodes.filesystem.FileSystemException.PathException
- All Implemented Interfaces:
Serializable, ErrorCodeAccessor, Trap, PathAccessor<String>
- Direct Known Subclasses:
IllegalPathException, UnknownPathException
- Enclosing class:
FileSystemException
protected abstract static class FileSystemException.PathException
extends FileSystemException
implements PathAccessor<String>
The Class
FileSystemException.PathException.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class FileSystemException
FileSystemException.FileException, FileSystemException.KeyException, FileSystemException.NameException, FileSystemException.NoAccessException, FileSystemException.NoFileSystemAccessException, FileSystemException.PathExceptionNested classes/interfaces inherited from interface ErrorCodeAccessor
ErrorCodeAccessor.ErrorCodeBuilder<B>, ErrorCodeAccessor.ErrorCodeMutator, ErrorCodeAccessor.ErrorCodePropertyNested classes/interfaces inherited from interface PathAccessor
PathAccessor.PathBuilder<T,B>, PathAccessor.PathMutator<T>, PathAccessor.PathProperty<T> -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPathException(String aPath, String aMessage) PathException(String aPath, String aMessage, String aErrorCode) PathException(String aMessage, String aPath, Throwable aCause) PathException(String aPath, String aMessage, Throwable aCause, String aErrorCode) PathException(String aPath, Throwable aCause) PathException(String aPath, Throwable aCause, String aErrorCode) -
Method Summary
Methods inherited from class AbstractException
getErrorCode, getMessageMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Trap
toLocalizedMessage, toMessage, toMessage, toMessage, toShortLocalizedMessage, toShortMessage
-
Field Details
-
_path
-
-
Constructor Details
-
PathException
-
PathException
-
PathException
-
PathException
-
PathException
-
PathException
-
-
Method Details
-
getPath
- Specified by:
getPathin interfacePathAccessor<String>
-
getPatternArguments
- Specified by:
getPatternArgumentsin interfaceTrap
-