org.openstreetmap.josm.actions
Class OrthogonalizeAction.RejectedAngleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openstreetmap.josm.actions.OrthogonalizeAction.RejectedAngleException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
OrthogonalizeAction

private static class OrthogonalizeAction.RejectedAngleException
extends java.lang.Exception

Exception: angle cannot be recognized as 0, 90, 180 or 270 degrees


Constructor Summary
OrthogonalizeAction.RejectedAngleException()
           
 
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

OrthogonalizeAction.RejectedAngleException

OrthogonalizeAction.RejectedAngleException()


JOSM