public class BoundedListOutOfBoundsException extends RuntimeException
Constructor and Description |
---|
BoundedListOutOfBoundsException() |
BoundedListOutOfBoundsException(String message) |
BoundedListOutOfBoundsException(String message,
Throwable cause) |
BoundedListOutOfBoundsException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BoundedListOutOfBoundsException()
public BoundedListOutOfBoundsException(String message)
public BoundedListOutOfBoundsException(String message, Throwable cause)
public BoundedListOutOfBoundsException(Throwable cause)
Copyright © 2004–2020 CodeLutin. All rights reserved.