Class TextureNotFoundException

    • Constructor Detail

      • TextureNotFoundException

        public TextureNotFoundException​(String message)
        Construct a new TextureNotFoundException with the given message.
        Parameters:
        message - error message
      • TextureNotFoundException

        public TextureNotFoundException​(String message,
                                        Throwable e)
        Construct a new TextureNotFoundException with the given message.
        Parameters:
        message - error message
        e - throwable cause