Package commandLineMenus
Class List.ListActionOrOptionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- commandLineMenus.List.ListActionOrOptionException
-
- All Implemented Interfaces:
java.io.Serializable
public static class List.ListActionOrOptionException extends java.lang.RuntimeExceptionThrown if there is a problem with the listAction or the listOption. Only one of the two must be defined. The exception is raised is none is defined, and if both are defined.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListActionOrOptionException(List<?> list)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Constructor Detail
-
ListActionOrOptionException
public ListActionOrOptionException(List<?> list)
-
-