Uses of Class
org.eclipse.ocl.examples.pivot.SyntaxException

Packages that use SyntaxException
org.eclipse.ocl.examples.pivot   
 

Uses of SyntaxException in org.eclipse.ocl.examples.pivot
 

Methods in org.eclipse.ocl.examples.pivot that throw SyntaxException
static org.eclipse.emf.common.util.Diagnostic OCLUtil.checkForErrors(Environment env)
          Checks whether the specified environment's problem handler has any diagnostics of error severity or worse and, if so, throws a semantic exception encapsulating these diagnostics.
static org.eclipse.emf.common.util.Diagnostic OCLUtil.checkForErrors(ProblemHandler problemHandler)
          Checks whether the specified problem handler has any diagnostics of error severity or worse and, if so, throws a semantic exception encapsulating these diagnostics.
static org.eclipse.emf.common.util.Diagnostic OCLUtil.checkForErrorsOrWarnings(ProblemHandler problemHandler)
          Checks whether the specified problem handler has any diagnostics of warning severity or worse and, if so, throws a semantic exception encapsulating these diagnostics.