com.ibm.xtools.emf.query.ocl
Class InvalidOclExpressionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.xtools.emf.query.ocl.InvalidOclExpressionException
- All Implemented Interfaces:
- Serializable
- public class InvalidOclExpressionException
- extends Exception
Exception thrown whenever an invalid OCL expression is passed to OclQueryUtil.executeQueryUsingOclFilter
or to OclQueryUtil.executeOclStatement
- See Also:
IOclQueryHelper.executeQueryUsingOclFilter(EObject, EClass, String, IProgressMonitor)
,
IOclQueryHelper.executeOclStatement(EObject, EClass, String, IProgressMonitor)
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidOclExpressionException
public InvalidOclExpressionException(Throwable cause)
- See Also:
RuntimeException.RuntimeException(Throwable)
InvalidOclExpressionException
public InvalidOclExpressionException(String message,
Throwable cause)
- See Also:
RuntimeException.RuntimeException(String,Throwable)
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2004. All rights reserved.