Class ModelLoadException

    • Constructor Summary

      Constructors 
      Constructor Description
      ModelLoadException​(java.lang.String aMessage)
      Creates a new instance.
      ModelLoadException​(java.lang.String aMessage, java.lang.Throwable aNestedException)
      Creates a new instance.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ModelLoadException

        public ModelLoadException​(java.lang.String aMessage)
        Creates a new instance.
        Parameters:
        aMessage - the error message
      • ModelLoadException

        public ModelLoadException​(java.lang.String aMessage,
                                  java.lang.Throwable aNestedException)
        Creates a new instance.
        Parameters:
        aMessage - the error message
        aNestedException - the nested exception