org.apache.cactus.client
class ParsingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.cactus.util.ChainedException
                    |
                    +--org.apache.cactus.client.ParsingException
All Implemented Interfaces:
Serializable

public class ParsingException
extends ChainedException

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

Version:
$Id: ParsingException.html,v 1.1 2003/04/14 12:27:25 sinisa Exp $
Author:
Vincent Massol
See Also:
WebTestResultParser

Constructor Summary
ParsingException(String theMessage)
           
ParsingException(Throwable theException)
           
ParsingException(String theMessage, Throwable theException)
           
 
Methods inherited from class org.apache.cactus.util.ChainedException
printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParsingException

public ParsingException(String theMessage)

ParsingException

public ParsingException(Throwable theException)

ParsingException

public ParsingException(String theMessage,
                        Throwable theException)


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