Package org.openstreetmap.josm.gui.util
Class WindowGeometry.WindowGeometryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openstreetmap.josm.gui.util.WindowGeometry.WindowGeometryException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- WindowGeometry
public static class WindowGeometry.WindowGeometryException extends Exception
Exception thrown by the WindowGeometry class if something goes wrong- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WindowGeometryException(String message)
WindowGeometryException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
WindowGeometryException
WindowGeometryException(String message, Throwable cause)
-
WindowGeometryException
WindowGeometryException(String message)
-
-