Uses of Class
org.apache.cactus.client.ParsingException

Packages that use ParsingException
org.apache.cactus.client Contains the classes implementing of the client side of Cactus. 
 

Uses of ParsingException in org.apache.cactus.client
 

Methods in org.apache.cactus.client that throw ParsingException
 WebTestResult WebTestResultParser.parse(java.lang.String theData)
          Parse a string and transform it into a WebTestResult object.
protected  java.lang.String WebTestResultParser.readRootElement(java.lang.String theData)
          Read the WebTestResult.XML_ROOT_ELEMENT portion.
protected  java.lang.String WebTestResultParser.readExceptionClassname(java.lang.String theData)
          Read the WebTestResult.XML_EXCEPTION_CLASSNAME_ATTRIBUTE portion and extract the exception classname.
protected  java.lang.String WebTestResultParser.readExceptionMessage(java.lang.String theData)
          Read the WebTestResult.XML_EXCEPTION_MESSAGE_ELEMENT portion and extract the exception message.
protected  java.lang.String WebTestResultParser.readExceptionStacktrace(java.lang.String theData)
          Read the WebTestResult.XML_EXCEPTION_STACKTRACE_ELEMENT portion and extract the exception stacktrace.
 



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