Package dk.vajhoej.model
Class ModelRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- 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
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.
-
-
-
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 messaget
- chained exception
-
-