org.opt4j.core.optimizer
Class IncompatibilityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.opt4j.core.optimizer.IncompatibilityException
All Implemented Interfaces:
java.io.Serializable

public class IncompatibilityException
extends java.lang.RuntimeException

The IncompatibilityException. This exception is thrown if a problem, optimizer, operator, etc. are not compatible.

See Also:
Serialized Form

Constructor Summary
IncompatibilityException()
          Constructs a IncompatibilityException.
IncompatibilityException(java.lang.String message)
          Constructs a IncompatibilityException.
IncompatibilityException(java.lang.String message, java.lang.Throwable cause)
          Constructs a IncompatibilityException.
IncompatibilityException(java.lang.Throwable cause)
          Constructs a IncompatibilityException.
 
Method Summary
 
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
 

Constructor Detail

IncompatibilityException

public IncompatibilityException()
Constructs a IncompatibilityException.


IncompatibilityException

public IncompatibilityException(java.lang.String message,
                                java.lang.Throwable cause)
Constructs a IncompatibilityException.

Parameters:
message - the message
cause - the cause

IncompatibilityException

public IncompatibilityException(java.lang.String message)
Constructs a IncompatibilityException.

Parameters:
message - the message

IncompatibilityException

public IncompatibilityException(java.lang.Throwable cause)
Constructs a IncompatibilityException.

Parameters:
cause - the cause