Package org.opt4j.core.optimizer
Class IncompatibilityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opt4j.core.optimizer.IncompatibilityException
- All Implemented Interfaces:
Serializable
The
IncompatibilityException. This exception is thrown if a problem,
optimizer, operator, etc. are not compatible.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aIncompatibilityException.IncompatibilityException(String message) Constructs aIncompatibilityException.IncompatibilityException(String message, Throwable cause) Constructs aIncompatibilityException.Constructs aIncompatibilityException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IncompatibilityException
public IncompatibilityException()Constructs aIncompatibilityException. -
IncompatibilityException
Constructs aIncompatibilityException.- Parameters:
message- the messagecause- the cause
-
IncompatibilityException
Constructs aIncompatibilityException.- Parameters:
message- the message
-
IncompatibilityException
Constructs aIncompatibilityException.- Parameters:
cause- the cause
-