org.openstreetmap.josm.tools
Class WindowGeometry.WindowGeometryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openstreetmap.josm.tools.WindowGeometry.WindowGeometryException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
WindowGeometry

public static class WindowGeometry.WindowGeometryException
extends java.lang.Exception

Exception thrown by the WindowGeometry class if something goes wrong

See Also:
Serialized Form

Constructor Summary
WindowGeometry.WindowGeometryException(java.lang.String message)
           
WindowGeometry.WindowGeometryException(java.lang.String message, java.lang.Throwable cause)
           
 
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

WindowGeometry.WindowGeometryException

public WindowGeometry.WindowGeometryException(java.lang.String message,
                                              java.lang.Throwable cause)

WindowGeometry.WindowGeometryException

public WindowGeometry.WindowGeometryException(java.lang.String message)


JOSM