public class CapacityExceededException extends IndexExceededException
| Constructor and Description |
|---|
CapacityExceededException() |
CapacityExceededException(int bound,
int index) |
CapacityExceededException(int bound,
int index,
String message) |
CapacityExceededException(String message) |
bound, getMessage, indexaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CapacityExceededException()
public CapacityExceededException(String message)
public CapacityExceededException(int bound,
int index,
String message)
public CapacityExceededException(int bound,
int index)
Copyright © 2022 MicroStream Software. All rights reserved.