public class IndexArgumentException extends InvalidArgumentException
Constructor and Description |
---|
IndexArgumentException() |
IndexArgumentException(int index) |
IndexArgumentException(int index,
String message) |
IndexArgumentException(int index,
String message,
Throwable cause) |
IndexArgumentException(int index,
Throwable cause) |
IndexArgumentException(String message) |
IndexArgumentException(String message,
Throwable cause) |
IndexArgumentException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
int |
getIndex() |
int |
getSize() |
void |
setIndex(int index) |
void |
setSize(int size) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IndexArgumentException()
public IndexArgumentException(String message)
public IndexArgumentException(Throwable cause)
public IndexArgumentException(int index)
public IndexArgumentException(int index, String message)
public IndexArgumentException(int index, Throwable cause)
Copyright © 2024. All rights reserved.