org.apache.tapestry
Class BindingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.hivemind.ApplicationRuntimeException
org.apache.tapestry.BindingException
- All Implemented Interfaces:
- Serializable, org.apache.hivemind.Locatable
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
Methods inherited from class org.apache.hivemind.ApplicationRuntimeException |
getCause, getComponent, getLocation, getRootCause, toString |
BindingException
public BindingException(String message,
IBinding binding)
BindingException
public BindingException(String message,
IBinding binding,
Throwable rootCause)
BindingException
public BindingException(String message,
Object component,
org.apache.hivemind.Location location,
IBinding binding,
Throwable rootCause)
getBinding
public IBinding getBinding()
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.