Class ResourceException

    • Constructor Detail

      • ResourceException

        public ResourceException​(String path,
                                 Exception cause)
        Create exception with original cause.
        Parameters:
        path - The path of the resource that cannot be loaded.
        cause - The original cause.
    • Method Detail

      • getPath

        public String getPath()
        The resource path causing exception.
        Returns:
        Resource path.