|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.commons.lang.exception.NestableException
org.apache.cocoon.util.location.LocatedException
org.apache.cocoon.ProcessingException
org.apache.cocoon.forms.FormsException
org.apache.cocoon.forms.binding.BindingException
public class BindingException
This exception is thrown when something goes wrong with the binding.
| 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)
|
|
| Method Summary |
|---|
| Methods inherited from class org.apache.cocoon.ProcessingException |
|---|
throwLocated, throwLocated |
| 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 |
|---|
public BindingException(String message,
Location location)
public BindingException(String message,
Throwable cause,
Location location)
public BindingException(String message,
Throwable cause)
public BindingException(String message)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||