Package org.nuiton.util
Class BoundedListOutOfBoundsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nuiton.util.BoundedListOutOfBoundsException
- All Implemented Interfaces:
java.io.Serializable
public class BoundedListOutOfBoundsException
extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description BoundedListOutOfBoundsException()BoundedListOutOfBoundsException(java.lang.String message)BoundedListOutOfBoundsException(java.lang.String message, java.lang.Throwable cause)BoundedListOutOfBoundsException(java.lang.Throwable cause) -
Method Summary
-
Constructor Details
-
BoundedListOutOfBoundsException
public BoundedListOutOfBoundsException() -
BoundedListOutOfBoundsException
public BoundedListOutOfBoundsException(java.lang.String message) -
BoundedListOutOfBoundsException
public BoundedListOutOfBoundsException(java.lang.String message, java.lang.Throwable cause) -
BoundedListOutOfBoundsException
public BoundedListOutOfBoundsException(java.lang.Throwable cause)
-