org.fest.swing.exception
Class LocationUnavailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.fest.swing.exception.LocationUnavailableException
All Implemented Interfaces:
Serializable

public class LocationUnavailableException
extends RuntimeException

Understands an error raised when the location of a Component cannot be provided.

Author:
Alex Ruiz
See Also:
Serialized Form

Constructor Summary
LocationUnavailableException(String message)
          Creates a new LocationUnavailableException.
LocationUnavailableException(String message, Throwable cause)
          Creates a new LocationUnavailableException.
 
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

LocationUnavailableException

public LocationUnavailableException(String message)
Creates a new LocationUnavailableException.

Parameters:
message - the detail message.

LocationUnavailableException

public LocationUnavailableException(String message,
                                    Throwable cause)
Creates a new LocationUnavailableException.

Parameters:
message - the detail message.
cause - the cause of the error.


Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.