public class IncompatibleDefinitionException extends IllegalStateException
Variable
"f" but there is already a Function
with the name "f".Constructor and Description |
---|
IncompatibleDefinitionException(String symName,
String defKind)
Creates a new
IncompatibleDefinitionException
with an appropriate message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IncompatibleDefinitionException(String symName, String defKind)
IncompatibleDefinitionException
with an appropriate message.symName
- the name of the definition existing in another kind.defKind
- the kind differing from the existing definition kind.