Class ModelException

    • Constructor Detail

      • ModelException

        public ModelException()
        Constructor.
      • ModelException

        public ModelException​(String msg)
        Constructor.
        Parameters:
        msg - message
      • ModelException

        public ModelException​(String msg,
                              Throwable t)
        Constructor.
        Parameters:
        msg - message
        t - reason
      • ModelException

        public ModelException​(Throwable t)
        Constructor.
        Parameters:
        t - reason