uk.co.agena.minerva.util.model
Class MinervaVariableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.co.agena.minerva.util.model.MinervaVariableException
All Implemented Interfaces:
java.io.Serializable

public class MinervaVariableException
extends java.lang.Exception

Thrown whenever there are problems e.g. duplications using the Variable class.

See Also:
Serialized Form

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

MinervaVariableException

public MinervaVariableException()
Constructs an empty MinervaVariableException.


MinervaVariableException

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

Parameters:
msg - the message

MinervaVariableException

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

Parameters:
throwable - the Throwable that caused this Exception

MinervaVariableException

public MinervaVariableException(java.lang.String msg,
                                java.lang.Throwable throwable)
Constructs a MinervaVariableException 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.