de.tuberlin.cs.cis.ocl.type
Class UndefinedFeatureException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--de.tuberlin.cs.cis.ocl.type.UndefinedFeatureException
All Implemented Interfaces:
java.io.Serializable

public class UndefinedFeatureException
extends java.lang.Exception

This exception is thrown when a feature can not be resolved on a particular type. In the context of OCL 1.5 that can be the case, if the feature is not defined, the feature is ambigious or if the feature is not a query.

Author:
fchabar
See Also:
Serialized Form

Constructor Summary
UndefinedFeatureException()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UndefinedFeatureException

public UndefinedFeatureException()