uk.co.agena.minerva.model.scenario
Class ObservationNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.co.agena.minerva.model.scenario.ScenarioException
              extended by uk.co.agena.minerva.model.scenario.ObservationNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ObservationNotFoundException
extends ScenarioException

Thrown whenever a requested Observation is not found in a Scenario or List.

See Also:
Serialized Form

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

ObservationNotFoundException

public ObservationNotFoundException()
Constructs an empty ObservationNotFoundException.


ObservationNotFoundException

public ObservationNotFoundException(java.lang.String msg)
Constructs an ObservationNotFoundException with the specified message.

Parameters:
msg - the message

ObservationNotFoundException

public ObservationNotFoundException(java.lang.Throwable throwable)
Constructs an ObservationNotFoundException with the specified cause.

Parameters:
throwable - the Throwable that caused this Exception

ObservationNotFoundException

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