org.jboss.jsfunit.framework
Class FaceletsErrorPageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.jsfunit.framework.FaceletsErrorPageException
All Implemented Interfaces:
Serializable

public class FaceletsErrorPageException
extends RuntimeException

This exception is thrown if the JSFSession encounters a Facelets error page.

Since:
1.0
Author:
Stan Silvert
See Also:
Serialized Form

Method Summary
static boolean isFaceletsErrorPage(com.gargoylesoftware.htmlunit.WebResponse response)
          Static utility method to determine if the current page is a Facelets error page.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

isFaceletsErrorPage

public static boolean isFaceletsErrorPage(com.gargoylesoftware.htmlunit.WebResponse response)
Static utility method to determine if the current page is a Facelets error page.

Parameters:
response - The WebResponse from HtmlUnit


Copyright © 2007-2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.