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

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

public class BindingNotFoundException
extends java.lang.Exception

Thrown when a Binding could not be resolved on a specified identifier.

Author:
fchabar
See Also:
Serialized Form

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

BindingNotFoundException

public BindingNotFoundException()