Package commandLineMenus
Class Option.ConcurrentModificationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- commandLineMenus.Option.ConcurrentModificationException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Option
public class Option.ConcurrentModificationException extends java.lang.RuntimeExceptionThrown if you try to modify the menus or options once a menu has been launched.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConcurrentModificationException(java.lang.String message)
-