© 2002 BEA Systems, Inc.


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

Constructor Summary
ParsingException()
           
ParsingException(java.lang.String message)
           
ParsingException(java.lang.String message, java.lang.Throwable embeddedException)
           
ParsingException(java.lang.Throwable embeddedException)
           
 
Methods inherited from class com.bea.p13n.exceptions.ApplicationException
getCause, printStackTrace, printStackTrace, printStackTrace, toString
 
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
 

Constructor Detail

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)

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved