Package org.openstreetmap.josm.actions
Class OrthogonalizeAction.RejectedAngleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openstreetmap.josm.actions.OrthogonalizeAction.RejectedAngleException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- OrthogonalizeAction
protected static class OrthogonalizeAction.RejectedAngleException extends Exception
Exception: angle cannot be recognized as 0, 90, 180 or 270 degrees- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RejectedAngleException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RejectedAngleException
RejectedAngleException()
-
-