org.fest.swing.security
Class ExitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fest.swing.security.ExitException
- All Implemented Interfaces:
- Serializable
public class ExitException
- extends RuntimeException
Understands an exception thrown when an application under tests tries to terminate the current JVM.
- Author:
- Alex Ruiz
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ExitException
public ExitException(String message)
- Creates a new
ExitException
.
- Parameters:
message
- the detail message.
Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.