Package org.openstreetmap.josm.actions
Class AlignInLineAction.InvalidSelection
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openstreetmap.josm.actions.AlignInLineAction.InvalidSelection
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- AlignInLineAction
static class AlignInLineAction.InvalidSelection extends java.lang.Exception
InvalidSelection exception has to be raised when action can't be performed
-
-
Constructor Summary
Constructors Constructor Description InvalidSelection()
Create an InvalidSelection exception with default messageInvalidSelection(java.lang.String msg)
Create an InvalidSelection exception with specific message
-
-
-
Constructor Detail
-
InvalidSelection
InvalidSelection()
Create an InvalidSelection exception with default message
-
InvalidSelection
InvalidSelection(java.lang.String msg)
Create an InvalidSelection exception with specific message- Parameters:
msg
- Message that will be displayed to the user
-
-