Class ModelRuntimeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ModelRuntimeException
    extends java.lang.RuntimeException
    Class ModelRuntimeException encapsulates unchecked exceptions related to model code.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ModelRuntimeException​(java.lang.String msg)
      Construct instance of ModelRuntimeException.
      ModelRuntimeException​(java.lang.String msg, java.lang.Throwable t)
      Construct instance of ModelRuntimeException.
    • 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

      • ModelRuntimeException

        public ModelRuntimeException​(java.lang.String msg)
        Construct instance of ModelRuntimeException.
        Parameters:
        msg - exception message
      • ModelRuntimeException

        public ModelRuntimeException​(java.lang.String msg,
                                     java.lang.Throwable t)
        Construct instance of ModelRuntimeException.
        Parameters:
        msg - exception message
        t - chained exception