public class IncompatibilityException extends RuntimeException
IncompatibilityException. This exception is thrown if a problem,
optimizer, operator, etc. are not compatible.| Constructor and Description |
|---|
IncompatibilityException()
Constructs a
IncompatibilityException. |
IncompatibilityException(String message)
Constructs a
IncompatibilityException. |
IncompatibilityException(String message,
Throwable cause)
Constructs a
IncompatibilityException. |
IncompatibilityException(Throwable cause)
Constructs a
IncompatibilityException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IncompatibilityException()
IncompatibilityException.public IncompatibilityException(String message, Throwable cause)
IncompatibilityException.message - the messagecause - the causepublic IncompatibilityException(String message)
IncompatibilityException.message - the messagepublic IncompatibilityException(Throwable cause)
IncompatibilityException.cause - the cause