Class ModelImportException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ModelImportException
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ModelImportException​(java.lang.String msg)
      Constructor for ModelImportException.
      ModelImportException​(java.lang.String msg, java.lang.Throwable t)
      Constructor for ModelImportException.
    • 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

      • ModelImportException

        public ModelImportException​(java.lang.String msg)

        Constructor for ModelImportException.

        Parameters:
        msg - a String object.
      • ModelImportException

        public ModelImportException​(java.lang.String msg,
                                    java.lang.Throwable t)

        Constructor for ModelImportException.

        Parameters:
        msg - a String object.
        t - a Throwable object.