/** * This type of exception is thrown if one of the spezification spezific * restrictions occurs. Nestinglevel of expressions limited to one and * scalars must be in between paranteses, which is not true for general * mathematical expressions. Only used within the Scanner * @see Scanner */ public class NastyEprogException extends VektorException { public NastyEprogException(String s) { super("nasty eprog restrictions :( " + s); } }