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.java,v 1.1 2002/05/01 19:52:27 vmassol Exp $
- Author:
- Vincent Massol
- See Also:
WebTestResultParser
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 |
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.