Class BmpDeserializationException

    • Constructor Detail

      • BmpDeserializationException

        public BmpDeserializationException​(String message)
        Creates new BmpDeserializationException with specific error message.
        Parameters:
        message - message bound with this exception
      • BmpDeserializationException

        public BmpDeserializationException​(String message,
                                           Throwable cause)
        Deserialize existent exception.
        Parameters:
        message - message bound with this exception
        cause - cause for the error