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, toStringpublic 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 © 2025. All rights reserved.