de.tuberlin.cs.cis.ocl.model.check
Class AmbiguousTypeException

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

public class AmbiguousTypeException
extends java.lang.Exception

Thrown if a type is ambigiously described within a model.

Author:
fchabar
See Also:
Serialized Form

Constructor Summary
AmbiguousTypeException()
           
 
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

AmbiguousTypeException

public AmbiguousTypeException()