|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
uk.co.agena.minerva.model.scenario.ScenarioException
uk.co.agena.minerva.model.scenario.ObservationNotFoundException
public class ObservationNotFoundException
Thrown whenever a requested Observation is not found in a Scenario or List.
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 |
---|
public ObservationNotFoundException()
public ObservationNotFoundException(java.lang.String msg)
msg
- the messagepublic ObservationNotFoundException(java.lang.Throwable throwable)
throwable
- the Throwable that caused this Exceptionpublic ObservationNotFoundException(java.lang.String msg, java.lang.Throwable throwable)
throwable
- the Throwable that caused this Exceptionmsg
- the detail message
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |