org.apache.cocoon.forms.binding
Class BindingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.commons.lang.exception.NestableException
              extended byorg.apache.cocoon.util.location.LocatedException
                  extended byorg.apache.cocoon.forms.binding.BindingException
All Implemented Interfaces:
Locatable, LocatableException, MultiLocatable, org.apache.commons.lang.exception.Nestable, Serializable

public class BindingException
extends LocatedException

This exception is thrown when something goes wrong with the binding.

Version:
$Id: BindingException.java 290473 2005-09-20 15:30:48Z sylvain $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.lang.exception.NestableException
delegate
 
Constructor Summary
BindingException(String message)
           
BindingException(String message, Location location)
           
BindingException(String message, Throwable cause)
           
BindingException(String message, Throwable cause, Location location)
           
 
Methods inherited from class org.apache.cocoon.util.location.LocatedException
addCauseLocations, addLocation, ensureCauseChainIsSet, getLocation, getLocations, getMessage, getMessage, getRawMessage
 
Methods inherited from class org.apache.commons.lang.exception.NestableException
getCause, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, 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,
                        Location location)

BindingException

public BindingException(String message,
                        Throwable cause,
                        Location location)

BindingException

public BindingException(String message,
                        Throwable cause)

BindingException

public BindingException(String message)


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.