Class ModelParsingException

    • Constructor Detail

      • ModelParsingException

        public ModelParsingException()
        Default constructor for ModelParsingException.
      • ModelParsingException

        public ModelParsingException​(String message)
        Constructs new ModelParsingException with a String message
        Parameters:
        message - a String message describing the cause of the exception.
      • ModelParsingException

        public ModelParsingException​(String message,
                                     Throwable cause)
        Constructs new ModelParsingException with a String message and a Throwable cause.
        Parameters:
        message - a String message describing the cause of the exception.
        cause - Throwable cause of the exception.