Class UnknownDirectiveException

java.lang.Object
All Implemented Interfaces:
Serializable

public class UnknownDirectiveException extends UnknownEntityException
Indicates that an unknown kind of module directive was encountered. This can occur if the language evolves and new kinds of directives are added to the Directive hierarchy. May be thrown by a directive visitor to indicate that the visitor was created for a prior version of the language.
Since:
9
See Also: