org.apache.cocoon.forms.binding
Class BindingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.cocoon.util.location.LocatedException
org.apache.cocoon.forms.binding.BindingException
- All Implemented Interfaces:
- org.apache.cocoon.util.location.Locatable, org.apache.cocoon.util.location.LocatableException, org.apache.cocoon.util.location.MultiLocatable, Serializable
- public class BindingException
- extends org.apache.cocoon.util.location.LocatedException
This exception is thrown when something goes wrong with the binding.
- Version:
- $Id: BindingException.java 450255 2006-09-26 23:48:43Z vgritsenko $
- See Also:
- Serialized Form
| Methods inherited from class org.apache.cocoon.util.location.LocatedException |
addCauseLocations, addLocation, ensureCauseChainIsSet, getLocation, getLocations, getMessage, getMessage, getRawMessage |
BindingException
public BindingException(String message,
org.apache.cocoon.util.location.Location location)
BindingException
public BindingException(String message,
Throwable cause,
org.apache.cocoon.util.location.Location location)
BindingException
public BindingException(String message,
Throwable cause)
BindingException
public BindingException(String message)
Copyright © 1999-2007 The Apache Software Foundation. All Rights Reserved.