IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.emf.query.ocl
Class InvalidOclExpressionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.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

Constructor Summary
InvalidOclExpressionException(String message, Throwable cause)
           
InvalidOclExpressionException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

InvalidOclExpressionException

public InvalidOclExpressionException(Throwable cause)
See Also:
RuntimeException.RuntimeException(Throwable)

InvalidOclExpressionException

public InvalidOclExpressionException(String message,
                                     Throwable cause)
See Also:
RuntimeException.RuntimeException(String,Throwable)

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.