ua.gradsoft.termware.exceptions
Class InvalidStrategyNameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ua.gradsoft.termware.TermWareException
ua.gradsoft.termware.exceptions.InvalidStrategyNameException
- All Implemented Interfaces:
- Serializable, ITermWareException
public class InvalidStrategyNameException
- extends TermWareException
InvalidStrategyNameException is throwed,
when we try to call strategy by name, which
is not registered in TermWare instance.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidStrategyNameException
public InvalidStrategyNameException(String name)