org.apache.tapestry
Class BindingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.tapestry.ApplicationRuntimeException
                  extended by org.apache.tapestry.BindingException
All Implemented Interfaces:
Serializable, ILocatable

public class BindingException
extends ApplicationRuntimeException

A general exception describing an IBinding and an IComponent.

Version:
$Id: BindingException.java 243791 2004-02-19 17:38:13Z hlship $
Author:
Howard Lewis Ship
See Also:
Serialized Form

Constructor Summary
BindingException(String message, IBinding binding)
           
BindingException(String message, IBinding binding, Throwable rootCause)
           
BindingException(String message, Object component, ILocation location, IBinding binding, Throwable rootCause)
           
 
Method Summary
 IBinding getBinding()
           
 
Methods inherited from class org.apache.tapestry.ApplicationRuntimeException
getCause, getComponent, getLocation
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BindingException

public BindingException(String message,
                        IBinding binding)

BindingException

public BindingException(String message,
                        IBinding binding,
                        Throwable rootCause)

BindingException

public BindingException(String message,
                        Object component,
                        ILocation location,
                        IBinding binding,
                        Throwable rootCause)
Method Detail

getBinding

public IBinding getBinding()