|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
edu.udo.cs.yale.operator.OperatorException
edu.udo.cs.yale.operator.UserError
edu.udo.cs.yale.operator.MissingIOObjectException
public class MissingIOObjectException
Will be thrown if an operator can not get its desired input. Is usually thrown during an experiment which was started although the validation delivered an message that the operator needs additional input.
Field Summary | |
---|---|
private static long |
serialVersionUID
|
private java.lang.Class |
wanted
|
Constructor Summary | |
---|---|
MissingIOObjectException(java.lang.Class cls)
|
Method Summary | |
---|---|
java.lang.Class |
getMissingClass()
|
Methods inherited from class edu.udo.cs.yale.operator.UserError |
---|
getCode, getDetails, getErrorMessage, getErrorName, getHTMLMessage, getOperator, getResourceString, setOperator |
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 static final long serialVersionUID
private java.lang.Class wanted
Constructor Detail |
---|
public MissingIOObjectException(java.lang.Class cls)
Method Detail |
---|
public java.lang.Class getMissingClass()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |