Class LocationUnavailableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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.
See Also:
  • Field Details

  • Constructor Details

    • LocationUnavailableException

      public LocationUnavailableException(String message)
      Parameters:
      message - the detail message.
    • LocationUnavailableException

      public LocationUnavailableException(String message, Throwable cause)
      Parameters:
      message - the detail message.
      cause - the cause of the error.