org.fest.swing.security
Class ExitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
ExitException(String message)
          Creates a new ExitException.
 
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

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.