Class FileSystemException.NameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.refcodes.exception.AbstractException
org.refcodes.filesystem.FileSystemException
org.refcodes.filesystem.FileSystemException.NameException
- All Implemented Interfaces:
Serializable, ErrorCodeAccessor, Trap, NameAccessor
- Direct Known Subclasses:
IllegalNameException, UnknownNameException
- Enclosing class:
FileSystemException
protected abstract static class FileSystemException.NameException
extends FileSystemException
implements NameAccessor
The Class
FileSystemException.NameException.- 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 NameAccessor
NameAccessor.NameBuilder<B>, NameAccessor.NameMutator, NameAccessor.NameProperty -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNameException(String aName, String aMessage) NameException(String aName, String aMessage, String aErrorCode) NameException(String aName, String aMessage, Throwable aCause) NameException(String aName, String aMessage, Throwable aCause, String aErrorCode) NameException(String aName, Throwable aCause) NameException(String aName, 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
-
_name
-
-
Constructor Details
-
NameException
-
NameException
-
NameException
-
NameException
-
NameException
-
NameException
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceNameAccessor
-
getPatternArguments
- Specified by:
getPatternArgumentsin interfaceTrap
-