uk.co.agena.minerva.model
Class ModelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.co.agena.minerva.model.ModelException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ModelNotFoundException

public class ModelException
extends java.lang.Exception

Throw when there are problems using more than one component of the Minerva model in conjunction.

See Also:
Serialized Form

Constructor Summary
ModelException()
          Constructs an empty ModelException.
ModelException(java.lang.String msg)
          Constructs a ModelException with the specified message.
ModelException(java.lang.String msg, java.lang.Throwable throwable)
          Constructs a ModelException with the specified cause and message.
ModelException(java.lang.Throwable throwable)
          Constructs a ModelException with the specified cause.
 
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

ModelException

public ModelException()
Constructs an empty ModelException.


ModelException

public ModelException(java.lang.String msg)
Constructs a ModelException with the specified message.

Parameters:
msg - the message

ModelException

public ModelException(java.lang.Throwable throwable)
Constructs a ModelException with the specified cause.

Parameters:
throwable - the Throwable that caused this Exception

ModelException

public ModelException(java.lang.String msg,
                      java.lang.Throwable throwable)
Constructs a ModelException with the specified cause and message.

Parameters:
throwable - the Throwable that caused this Exception
msg - the detail message


Copyright © 2006 Agena Ltd. All Rights Reserved.