edu.udo.cs.yale.operator.generator
Class TargetFunction.FunctionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.udo.cs.yale.operator.generator.TargetFunction.FunctionException
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
TargetFunction

public static class TargetFunction.FunctionException
extends java.lang.Exception

Will be thrown if an error occurrs during the calculation of the target function.

See Also:
Serialized Form

Field Summary
private  java.lang.String functionName
           
private static long serialVersionUID
           
 
Constructor Summary
TargetFunction.FunctionException(java.lang.String functionName, java.lang.String message)
           
 
Method Summary
 java.lang.String getFunctionName()
           
 
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

functionName

private java.lang.String functionName
Constructor Detail

TargetFunction.FunctionException

public TargetFunction.FunctionException(java.lang.String functionName,
                                        java.lang.String message)
Method Detail

getFunctionName

public java.lang.String getFunctionName()


Copyright © 2001-2006