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 message
      aErrorCode - the error code
    • IllegalNameException

      public IllegalNameException(String aName, String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new illegal name exception.
      Parameters:
      aName - the name
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
    • IllegalNameException

      public IllegalNameException(String aName, String message, Throwable cause)
      Instantiates a new illegal name exception.
      Parameters:
      aName - the name
      message - the message
      cause - the cause
    • IllegalNameException

      public IllegalNameException(String aName, String message)
      Instantiates a new illegal name exception.
      Parameters:
      aName - the name
      message - the message
    • IllegalNameException

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

      public IllegalNameException(String aName, Throwable cause)
      Instantiates a new illegal name exception.
      Parameters:
      aName - the name
      cause - the cause
  • Method Details

    • getName

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