Package io.bhagat.util
Class ArrayUtil.InvalidSizeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.bhagat.util.ArrayUtil.InvalidSizeException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ArrayUtil
public static class ArrayUtil.InvalidSizeException extends java.lang.RuntimeExceptionAn exception for when the array or list has the wrong size- Author:
- Bhagat
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description InvalidSizeException(java.lang.String msg)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-