Class UnknownPathException

    • Constructor Detail

      • UnknownPathException

        public UnknownPathException​(String aPath,
                                    String aMessage,
                                    String aErrorCode)
        Instantiates a new unknown path exception.
        Parameters:
        aPath - the path
        aMessage - the message
        aErrorCode - the error code
      • UnknownPathException

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

        public UnknownPathException​(String aPath,
                                    String message,
                                    Throwable cause)
        Instantiates a new unknown path exception.
        Parameters:
        aPath - the path
        message - the message
        cause - the cause
      • UnknownPathException

        public UnknownPathException​(String aPath,
                                    String message)
        Instantiates a new unknown path exception.
        Parameters:
        aPath - the path
        message - the message
      • UnknownPathException

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

        public UnknownPathException​(String aPath,
                                    Throwable cause)
        Instantiates a new unknown path exception.
        Parameters:
        aPath - the path
        cause - the cause
    • Method Detail

      • getPath

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