Uses of Class
org.eclipse.ocl.SyntaxException

Packages that use SyntaxException
org.eclipse.ocl.util Miscellaneous utilities in support of the OCL parser and environment implementations. 
 

Uses of SyntaxException in org.eclipse.ocl.util
 

Methods in org.eclipse.ocl.util that throw SyntaxException
static 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 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.
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.