/** * */ package com.sap.furcas.runtime.common.exceptions; /** * To be thrown when anything goes wrong invoking a generated Parser. */ public class ParserInvokationException extends AbstractToolGenerationException { public ParserInvokationException(Throwable cause) { super(cause); } /** * */ private static final long serialVersionUID = -5284677943267810070L; }