edu.udo.cs.yale.operator
Class MissingIOObjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.udo.cs.yale.operator.OperatorException
              extended by edu.udo.cs.yale.operator.UserError
                  extended by edu.udo.cs.yale.operator.MissingIOObjectException
All Implemented Interfaces:
NoBugError, java.io.Serializable

public class MissingIOObjectException
extends UserError

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.

Version:
$Id: MissingIOObjectException.java,v 2.9 2006/03/21 15:35:42 ingomierswa Exp $
Author:
Ingo Mierswa, Simon Fischer
See Also:
Serialized Form

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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

wanted

private java.lang.Class wanted
Constructor Detail

MissingIOObjectException

public MissingIOObjectException(java.lang.Class cls)
Method Detail

getMissingClass

public java.lang.Class getMissingClass()


Copyright © 2001-2006