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

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.ObservationNotDirectException
All Implemented Interfaces:
java.io.Serializable

public class ObservationNotDirectException
extends ScenarioException

Thrown whenever an Observation is incorrectly treated as direct.

See Also:
Serialized Form

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

ObservationNotDirectException

public ObservationNotDirectException()
Constructs an empty ObservationNotDirectException.


ObservationNotDirectException

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

Parameters:
msg - the message

ObservationNotDirectException

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

Parameters:
throwable - the Throwable that caused this Exception

ObservationNotDirectException

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