examples.e2e.common
Class ParsingException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.bea.p13n.exceptions.ApplicationException
|
+--com.bea.p13n.appflow.exception.ProcessingException
|
+--examples.e2e.common.E2EProcessingException
|
+--examples.e2e.common.ParsingException
- public class ParsingException
- extends E2EProcessingException
This exception indicates an error parsing the XML for the
application.
- See Also:
- 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 |
ParsingException
public ParsingException()
ParsingException
public ParsingException(java.lang.String message)
ParsingException
public ParsingException(java.lang.String message,
java.lang.Throwable embeddedException)
ParsingException
public ParsingException(java.lang.Throwable embeddedException)
Copyright © 2002 BEA Systems, Inc. All Rights Reserved