com.bea.p13n.appflow.exception
Class ProcessingException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.bea.p13n.exceptions.ApplicationException
|
+--com.bea.p13n.appflow.exception.ProcessingException
- Direct Known Subclasses:
- ConfigurationException, E2EProcessingException, InvalidFormDataException, InvalidSessionStateException, MissingFormFieldException
- public class ProcessingException
- extends ApplicationException
This class is the base class for all ProcessingExceptions.
ProcessingExceptions or sub-classes of ProcessingException are meant
to be thrown by classes that implement the InputProcessor
interface.
- See Also:
ApplicationException
,
InputProcessor
, Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
ProcessingException
public ProcessingException()
ProcessingException
public ProcessingException(java.lang.String message)
ProcessingException
public ProcessingException(java.lang.String message,
java.lang.Throwable embeddedException)
ProcessingException
public ProcessingException(java.lang.Throwable embeddedException)
Copyright © 2002 BEA Systems, Inc. All Rights Reserved