Package org.fest.swing.exception
Class LocationUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fest.swing.exception.LocationUnavailableException
- All Implemented Interfaces:
Serializable
Understands an error raised when the location of a
Component cannot be provided.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLocationUnavailableException(String message) Creates a newLocationUnavailableException.LocationUnavailableException(String message, Throwable cause) Creates a newLocationUnavailableException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
LocationUnavailableException
Creates a newLocationUnavailableException.- Parameters:
message- the detail message.
-
LocationUnavailableException
Creates a newLocationUnavailableException.- Parameters:
message- the detail message.cause- the cause of the error.
-