|
LiveGraph data visualisation and analysis framework |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.LiveGraph.events.ValidationRequirementException
public class ValidationRequirementException
Nested Class Summary | |
---|---|
static class |
ValidationRequirementException.FailedOperation
|
Field Summary | |
---|---|
private Event<? extends EventType> |
event
|
private ValidationRequirementException.FailedOperation |
failedOperation
|
Constructor Summary | |
---|---|
ValidationRequirementException(Event<? extends EventType> event,
ValidationRequirementException.FailedOperation failedOperation)
|
Method Summary | |
---|---|
Event<? extends EventType> |
getEvent()
|
ValidationRequirementException.FailedOperation |
getFailedOperation()
|
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 |
Field Detail |
---|
private Event<? extends EventType> event
private ValidationRequirementException.FailedOperation failedOperation
Constructor Detail |
---|
public ValidationRequirementException(Event<? extends EventType> event, ValidationRequirementException.FailedOperation failedOperation)
Method Detail |
---|
public Event<? extends EventType> getEvent()
public ValidationRequirementException.FailedOperation getFailedOperation()
|
LiveGraph data visualisation and analysis framework |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |