Class IllegalPathException

    • 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.ErrorCodeProperty
      • Nested classes/interfaces inherited from interface org.refcodes.mixin.PathAccessor

        org.refcodes.mixin.PathAccessor.PathBuilder<B extends org.refcodes.mixin.PathAccessor.PathBuilder<?>>, org.refcodes.mixin.PathAccessor.PathMutator, org.refcodes.mixin.PathAccessor.PathProperty
    • Constructor Summary

      Constructors 
      Constructor Description
      IllegalPathException​(java.lang.String aPath, java.lang.String message)
      Instantiates a new illegal path exception.
      IllegalPathException​(java.lang.String aPath, java.lang.String aMessage, java.lang.String aErrorCode)
      Instantiates a new illegal path exception.
      IllegalPathException​(java.lang.String aPath, java.lang.String message, java.lang.Throwable cause)
      Instantiates a new illegal path exception.
      IllegalPathException​(java.lang.String aPath, java.lang.String aMessage, java.lang.Throwable aCause, java.lang.String aErrorCode)
      Instantiates a new illegal path exception.
      IllegalPathException​(java.lang.String aPath, java.lang.Throwable cause)
      Instantiates a new illegal path exception.
      IllegalPathException​(java.lang.String aPath, java.lang.Throwable aCause, java.lang.String aErrorCode)
      Instantiates a new illegal path exception.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPath​()
      Gets the path.
      • Methods inherited from class org.refcodes.exception.AbstractException

        getErrorCode
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    • Constructor Detail

      • IllegalPathException

        public IllegalPathException​(java.lang.String aPath,
                                    java.lang.String aMessage,
                                    java.lang.String aErrorCode)
        Instantiates a new illegal path exception.
        Parameters:
        aPath - the path
        aMessage - the message
        aErrorCode - the error code
      • IllegalPathException

        public IllegalPathException​(java.lang.String aPath,
                                    java.lang.String aMessage,
                                    java.lang.Throwable aCause,
                                    java.lang.String aErrorCode)
        Instantiates a new illegal path exception.
        Parameters:
        aPath - the path
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • IllegalPathException

        public IllegalPathException​(java.lang.String aPath,
                                    java.lang.String message,
                                    java.lang.Throwable cause)
        Instantiates a new illegal path exception.
        Parameters:
        aPath - the path
        message - the message
        cause - the cause
      • IllegalPathException

        public IllegalPathException​(java.lang.String aPath,
                                    java.lang.String message)
        Instantiates a new illegal path exception.
        Parameters:
        aPath - the path
        message - the message
      • IllegalPathException

        public IllegalPathException​(java.lang.String aPath,
                                    java.lang.Throwable aCause,
                                    java.lang.String aErrorCode)
        Instantiates a new illegal path exception.
        Parameters:
        aPath - the path
        aCause - the cause
        aErrorCode - the error code
      • IllegalPathException

        public IllegalPathException​(java.lang.String aPath,
                                    java.lang.Throwable cause)
        Instantiates a new illegal path exception.
        Parameters:
        aPath - the path
        cause - the cause
    • Method Detail

      • getPath

        public java.lang.String getPath​()
        Gets the path.
        Specified by:
        getPath in interface org.refcodes.mixin.PathAccessor
        Returns:
        the path