edu.neu.ccs.demeter.dj
Class StrategyParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--edu.neu.ccs.demeter.dj.StrategyParseException
All Implemented Interfaces:
Serializable

public class StrategyParseException
extends RuntimeException

Thrown when failing to parse a strategy expression when creating a Strategy object.

See Also:
Serialized Form

Constructor Summary
StrategyParseException(String 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StrategyParseException

public StrategyParseException(String message)