Class UnknownVariableException

    • Constructor Summary

      Constructors 
      Constructor Description
      UnknownVariableException​(java.lang.String name, org.eclipse.emf.ecore.EObject cause, org.eclipse.emf.ecore.EStructuralFeature causingFeature)
      Creates an unknown type exception.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnknownVariableException

        public UnknownVariableException​(java.lang.String name,
                                        org.eclipse.emf.ecore.EObject cause,
                                        org.eclipse.emf.ecore.EStructuralFeature causingFeature)
        Creates an unknown type exception.
        Parameters:
        name - the name of the unknown variable
        cause - the causing type (Ecore object)
        causingFeature - the causing Ecore feature