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

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

public class UndefinedTypeException
extends java.lang.Exception

Thrown if a type is undefined within a model.

Author:
fchabar
See Also:
Serialized Form

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

UndefinedTypeException

public UndefinedTypeException()