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
 void Latka.runTests(Suite suite, LatkaEventListener listener)
          Execute a single Latka test suite.
 java.lang.String Latka.transformXML(java.lang.String xml)
          Transform the XML generated by the XMLReporter using the default stylesheet.
protected  void Latka.runCommandLine(java.lang.String[] args)
          Processes the command line arguments, executes a single test.
 

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 © 2002-2007 The Apache Software Foundation. All Rights Reserved.