Uses of Class
org.apache.commons.latka.LatkaException

Packages that use LatkaException
org.apache.commons.latka   
org.apache.commons.latka.jelly   
 

Uses of LatkaException in org.apache.commons.latka
 

Methods in org.apache.commons.latka with parameters of type LatkaException
static void LatkaException.printWrappedExceptions(LatkaException e)
          Print a wrapped exception to stdout and, in the case of SAXExceptions, an additional wrapped exception.
 

Methods in org.apache.commons.latka that throw LatkaException
protected  void Latka.runCommandLine(String[] args)
          Processes the command line arguments, executes a single test.
 void Latka.runTests(Suite suite, LatkaEventListener listener)
          Execute a single Latka test suite.
 String Latka.transformXML(String xml)
          Transform the XML generated by the XMLReporter using the default stylesheet.
 

Uses of LatkaException in org.apache.commons.latka.jelly
 

Methods in org.apache.commons.latka.jelly that throw LatkaException
protected  Response ValidateTag.getResponse()
           
 Response RequestTag.getResponse()
          The first time this method is called, a live HTTP call will be made to the server, returning null if the response cannot be obtained.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.