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
The Class IllegalNameException.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.refcodes.exception.ErrorCodeAccessor
org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B extends org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B>>, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeMutator, org.refcodes.exception.ErrorCodeAccessor.ErrorCodePropertyNested classes/interfaces inherited from interface org.refcodes.mixin.NameAccessor
org.refcodes.mixin.NameAccessor.NameBuilder<B extends org.refcodes.mixin.NameAccessor.NameBuilder<B>>, org.refcodes.mixin.NameAccessor.NameMutator, org.refcodes.mixin.NameAccessor.NameProperty -
Constructor Summary
ConstructorsConstructorDescriptionIllegalNameException(String aName, String message) Instantiates a new illegal name exception.IllegalNameException(String aName, String aMessage, String aErrorCode) Instantiates a new illegal name exception.IllegalNameException(String aName, String message, Throwable cause) Instantiates a new illegal name exception.IllegalNameException(String aName, String aMessage, Throwable aCause, String aErrorCode) Instantiates a new illegal name exception.IllegalNameException(String aName, Throwable cause) Instantiates a new illegal name exception.IllegalNameException(String aName, Throwable aCause, String aErrorCode) Instantiates a new illegal name exception. -
Method Summary
Methods inherited from class org.refcodes.exception.AbstractException
getErrorCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalNameException
Instantiates a new illegal name exception.- Parameters:
aName- the nameaMessage- the messageaErrorCode- the error code
-
IllegalNameException
Instantiates a new illegal name exception.- Parameters:
aName- the nameaMessage- the messageaCause- the causeaErrorCode- the error code
-
IllegalNameException
Instantiates a new illegal name exception.- Parameters:
aName- the namemessage- the messagecause- the cause
-
IllegalNameException
Instantiates a new illegal name exception.- Parameters:
aName- the namemessage- the message
-
IllegalNameException
Instantiates a new illegal name exception.- Parameters:
aName- the nameaCause- the causeaErrorCode- the error code
-
IllegalNameException
Instantiates a new illegal name exception.- Parameters:
aName- the namecause- the cause
-
-
Method Details
-
getName
Gets the name.- Specified by:
getNamein interfaceorg.refcodes.mixin.NameAccessor- Returns:
- the name
-