|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opt4j.core.optimizer.IncompatibilityException
public class IncompatibilityException
The IncompatibilityException. This exception is thrown if a problem,
optimizer, operator, etc. are not compatible.
| 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 |
|---|
public IncompatibilityException()
IncompatibilityException.
public IncompatibilityException(java.lang.String message,
java.lang.Throwable cause)
IncompatibilityException.
message - the messagecause - the causepublic IncompatibilityException(java.lang.String message)
IncompatibilityException.
message - the messagepublic IncompatibilityException(java.lang.Throwable cause)
IncompatibilityException.
cause - the cause
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||