org.apache.cactus.client
Class ParsingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.cactus.util.ChainedException
              extended byorg.apache.cactus.client.ParsingException
All Implemented Interfaces:
java.io.Serializable

public class ParsingException
extends ChainedException

Thrown when parsing the Web Test result (XML) and trying to build a WebTestResult object.

Version:
$Id: ParsingException.java,v 1.4 2003/05/26 11:45:25 cmlenz Exp $
Author:
Vincent Massol
See Also:
WebTestResultParser, Serialized Form

Field Summary
 
Fields inherited from class org.apache.cactus.util.ChainedException
originalException
 
Constructor Summary
ParsingException(java.lang.String theMessage)
           
ParsingException(java.lang.String theMessage, java.lang.Throwable theException)
           
ParsingException(java.lang.Throwable theException)
           
 
Methods inherited from class org.apache.cactus.util.ChainedException
printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParsingException

public ParsingException(java.lang.String theMessage)
See Also:
ChainedException.ChainedException(String)

ParsingException

public ParsingException(java.lang.Throwable theException)
See Also:
ChainedException.ChainedException(Throwable)

ParsingException

public ParsingException(java.lang.String theMessage,
                        java.lang.Throwable theException)
See Also:
ChainedException.ChainedException(String, Throwable)


Copyright © 2000-2003 Apache Software Foundation. All Rights Reserved.