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:
Serializable
- Enclosing class:
- AlignInLineAction
static class AlignInLineAction.InvalidSelection extends 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(String msg)
Create an InvalidSelection exception with specific message
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidSelection
InvalidSelection()
Create an InvalidSelection exception with default message
-
InvalidSelection
InvalidSelection(String msg)
Create an InvalidSelection exception with specific message- Parameters:
msg
- Message that will be displayed to the user
-
-