CIDER Toolkit
Version 0.1.0-beta

au.edu.monash.csse.tonyj.cider.constraints
Class CannotProcessConstraintException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--CannotProcessConstraintException
All Implemented Interfaces:
java.io.Serializable

public class CannotProcessConstraintException
extends java.lang.RuntimeException

This exception is thrown if a string used to specify a solver constraint cannot be processed.

See Also:
Serialized Form

Constructor Summary
CannotProcessConstraintException()
          Constructs this exception with no detail message.
CannotProcessConstraintException(java.lang.String s)
          Constructs this exception with a detail message.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CannotProcessConstraintException

public CannotProcessConstraintException()
Constructs this exception with no detail message.


CannotProcessConstraintException

public CannotProcessConstraintException(java.lang.String s)
Constructs this exception with a detail message.

Parameters:
s - The detail message.

CIDER Toolkit
Version 0.1.0-beta