de.tuberlin.cs.cis.ocl.env
Class AlreadyBoundException

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

public class AlreadyBoundException
extends java.lang.RuntimeException

thrown if an identifier is already bound to a type or a value in the environment.

Author:
fchabar
See Also:
Serialized Form

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

AlreadyBoundException

public AlreadyBoundException()