dk.vajhoej.model
Class ModelRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by dk.vajhoej.model.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
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
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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