Package org.openstreetmap.josm.actions
Class OrthogonalizeAction.InvalidUserInputException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openstreetmap.josm.actions.OrthogonalizeAction.InvalidUserInputException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- OrthogonalizeAction
public static final class OrthogonalizeAction.InvalidUserInputException extends Exception
Exception: unsuited user input- Since:
- 13670
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidUserInputException(String message)
InvalidUserInputException(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
-
InvalidUserInputException
InvalidUserInputException(String message)
-
InvalidUserInputException
InvalidUserInputException(String message, Throwable cause)
-
-