org.apache.tapestry
Class BindingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.hivemind.ApplicationRuntimeException
                  extended byorg.apache.tapestry.BindingException
All Implemented Interfaces:
org.apache.hivemind.Locatable, java.io.Serializable

public class BindingException
extends org.apache.hivemind.ApplicationRuntimeException

A general exception describing an IBinding and an IComponent.

Author:
Howard Lewis Ship
See Also:
Serialized Form

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

Constructor Detail

BindingException

public BindingException(java.lang.String message,
                        IBinding binding)

BindingException

public BindingException(java.lang.String message,
                        IBinding binding,
                        java.lang.Throwable rootCause)

BindingException

public BindingException(java.lang.String message,
                        java.lang.Object component,
                        org.apache.hivemind.Location location,
                        IBinding binding,
                        java.lang.Throwable rootCause)
Method Detail

getBinding

public IBinding getBinding()