Optimizers
Class Optimizer.OptimizerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by Exceptions.GeneralException
              extended by Optimizers.Optimizer.OptimizerException
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
Optimizer

public static class Optimizer.OptimizerException
extends GeneralException

Exception for when there is a problem with an optimiser.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class Exceptions.GeneralException
GeneralException.Debug
 
Constructor Summary
Optimizer.OptimizerException(java.lang.String reason)
          Default constrcutor
 
Method Summary
 
Methods inherited from class Exceptions.GeneralException
setDebug, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Optimizer.OptimizerException

public Optimizer.OptimizerException(java.lang.String reason)
Default constrcutor

Parameters:
reason - Text describing the problem