|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.apache.commons.lang.exception.NestableException org.apache.cocoon.util.location.LocatedException org.apache.cocoon.ProcessingException org.apache.cocoon.components.flow.InvalidContinuationException
public class InvalidContinuationException
This Exception is thrown whenever an invalid continuation is given.
Field Summary |
---|
Fields inherited from class org.apache.commons.lang.exception.NestableException |
---|
delegate |
Constructor Summary | |
---|---|
InvalidContinuationException(String message)
Construct a new InvalidContinuationException instance. |
|
InvalidContinuationException(String message,
Throwable t)
Construct a new InvalidContinuationException that references
a parent Exception. |
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 InvalidContinuationException(String message)
InvalidContinuationException
instance.
public InvalidContinuationException(String message, Throwable t)
InvalidContinuationException
that references
a parent Exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |