org.apache.tapestry
Exception BindingException

public class BindingException
extends ApplicationRuntimeException
A general exception describing an IBinding and an IComponent .
SinceNot specified.
Version$Id: Bindi
AuthorHoward Lewis Ship
Wiki javadoc Use textile entry format.
Add your comments here.
Constructor Summary
BindingException( String message, IBinding binding )
No description provided.
BindingException( String message, IBinding binding, Throwable rootCause )
No description provided.
BindingException( String message, Object component, ILocation location, IBinding binding, Throwable rootCause )
No description provided.
Method Summary
IBinding getBinding()
No description provided.
Methods inherited from org.apache.tapestryApplicationRuntimeException
Methods inherited from org.apache.tapestryILocatable
BindingException
public BindingException ( String message, IBinding binding )
No description provided.
Parameters
TypeNameDescription
String message No description provided.
IBinding binding No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
BindingException
public BindingException ( String message, IBinding binding, Throwable rootCause )
No description provided.
Parameters
TypeNameDescription
String message No description provided.
IBinding binding No description provided.
Throwable rootCause No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
BindingException
public BindingException ( String message, Object component, ILocation location, IBinding binding, Throwable rootCause )
No description provided.
Parameters
TypeNameDescription
String message No description provided.
Object component No description provided.
ILocation location No description provided.
IBinding binding No description provided.
Throwable rootCause No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
getBinding
public IBinding getBinding ( )
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.