Class IllegalNameException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.refcodes.exception.AbstractException
org.refcodes.filesystem.FileSystemException
org.refcodes.filesystem.IllegalNameException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.mixin.NameAccessor

public class IllegalNameException extends FileSystemException
The Class IllegalNameException.
See Also:
  • Constructor Details

    • IllegalNameException

      public IllegalNameException(String aName, String aMessage, String aErrorCode)
      Instantiates a new illegal name exception.
      Parameters:
      aName - the name
      aMessage - The aMessage describing this exception.
      aErrorCode - The error code identifying this exception.
    • IllegalNameException

      public IllegalNameException(String aName, String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new illegal name exception.
      Parameters:
      aName - the name
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • IllegalNameException

      public IllegalNameException(String aName, String aMessage, Throwable aCause)
      Instantiates a new illegal name exception.
      Parameters:
      aName - the name
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
    • IllegalNameException

      public IllegalNameException(String aName, String aMessage)
      Instantiates a new illegal name exception.
      Parameters:
      aName - the name
      aMessage - The aMessage describing this exception.
    • IllegalNameException

      public IllegalNameException(String aName, Throwable aCause, String aErrorCode)
      Instantiates a new illegal name exception.
      Parameters:
      aName - the name
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • IllegalNameException

      public IllegalNameException(String aName, Throwable aCause)
      Instantiates a new illegal name exception.
      Parameters:
      aName - the name
      aCause - The Throwable (Exception) causing this exception.
  • Method Details

    • getName

      public String getName()
      Gets the name.
      Specified by:
      getName in interface org.refcodes.mixin.NameAccessor
      Returns:
      the name