JSF Test Framework: Mockito 1.1.2

org.jboss.test.faces
Class FacesTestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.test.faces.FacesTestException
All Implemented Interfaces:
Serializable

public class FacesTestException
extends RuntimeException

Author:
asmirnov
See Also:
Serialized Form

Constructor Summary
FacesTestException()
          Instantiates a new faces test exception.
FacesTestException(String message)
          Instantiates a new faces test exception.
FacesTestException(String message, Throwable cause)
          Instantiates a new faces test exception.
FacesTestException(Throwable cause)
          Instantiates a new faces test exception.
 
Method Summary
 
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
 

Constructor Detail

FacesTestException

public FacesTestException()
Instantiates a new faces test exception.


FacesTestException

public FacesTestException(String message)
Instantiates a new faces test exception.

Parameters:
message - the message

FacesTestException

public FacesTestException(Throwable cause)
Instantiates a new faces test exception.

Parameters:
cause - the cause

FacesTestException

public FacesTestException(String message,
                          Throwable cause)
Instantiates a new faces test exception.

Parameters:
message - the message
cause - the cause

JSF Test Framework: Mockito 1.1.2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.