Package commandLineMenus
Class List.NoListDataDefinedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- commandLineMenus.List.NoListDataDefinedException
-
- All Implemented Interfaces:
java.io.Serializable
public static class List.NoListDataDefinedException extends java.lang.RuntimeExceptionThrown if the current list has no ListData.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoListDataDefinedException(List<?> list)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Constructor Detail
-
NoListDataDefinedException
public NoListDataDefinedException(List<?> list)
-
-