UML Modeler

com.ibm.xtools.modeler.ui
Class InvalidOclExpressionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.xtools.modeler.ui.InvalidOclExpressionException
All Implemented Interfaces:
Serializable

public class InvalidOclExpressionException
extends Exception

Exception indicating an attempt to evaluate an invalid OCL expression.

See Also:
IOclQueryHelper.executeQueryUsingOclFilter(EObject, EClass, String, IProgressMonitor), IOclQueryHelper.executeOclStatement(EObject, EClass, String, IProgressMonitor), Serialized Form

Constructor Summary
InvalidOclExpressionException(String message, Throwable cause)
          Initializes me with a message and a causing exception.
InvalidOclExpressionException(Throwable cause)
          Initializes me with a causing exception but no message.
 
Method Summary
 
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)
Initializes me with a causing exception but no message.

Parameters:
cause - the causing exception

InvalidOclExpressionException

public InvalidOclExpressionException(String message,
                                     Throwable cause)
Initializes me with a message and a causing exception.

Parameters:
message - a meaningful message
cause - the causing exception

UML Modeler

© Copyright IBM Corp. 2009. All rights reserved.