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, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.mixin.NameAccessor
Direct Known Subclasses:
IllegalNameException, UnknownNameException
Enclosing class:
FileSystemException

protected abstract static class FileSystemException.NameException extends FileSystemException implements org.refcodes.mixin.NameAccessor
See Also:
  • Field Details

    • _name

      protected String _name
  • Constructor Details

    • NameException

      public NameException(String aMessage, String aName, String aErrorCode)
      Parameters:
      aName - The name involved in this exception.
    • NameException

      public NameException(String aMessage, String aName, Throwable aCause, String aErrorCode)
      Parameters:
      aName - The name involved in this exception.
    • NameException

      public NameException(String aMessage, String aName, Throwable aCause)
      Parameters:
      aName - The name involved in this exception.
    • NameException

      public NameException(String aMessage, String aName)
      Parameters:
      aName - The name involved in this exception.
    • NameException

      public NameException(Throwable aCause, String aName, String aErrorCode)
      Parameters:
      aName - The name involved in this exception.
    • NameException

      public NameException(String aName, Throwable aCause)
      Parameters:
      aName - The name involved in this exception.
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface org.refcodes.mixin.NameAccessor
    • getPatternArguments

      public Object[] getPatternArguments()
      Specified by:
      getPatternArguments in interface org.refcodes.exception.Trap