Class 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 Detail

      • IncompatibilityException

        public IncompatibilityException​(java.lang.String message,
                                        java.lang.Throwable cause)
        Parameters:
        message - the message
        cause - the cause
      • IncompatibilityException

        public IncompatibilityException​(java.lang.String message)
        Parameters:
        message - the message
      • IncompatibilityException

        public IncompatibilityException​(java.lang.Throwable cause)
        Parameters:
        cause - the cause