public class LogIndexOutOfBoundsException extends IndexOutOfBoundsException
| Constructor and Description |
|---|
LogIndexOutOfBoundsException()
Constructs an
LogIndexOutOfBoundsException with no
detail message. |
LogIndexOutOfBoundsException(int index)
Constructs a new
LogIndexOutOfBoundsException
class with an argument indicating the illegal index. |
LogIndexOutOfBoundsException(String s)
Constructs an
LogIndexOutOfBoundsException class
with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LogIndexOutOfBoundsException()
LogIndexOutOfBoundsException with no
detail message.public LogIndexOutOfBoundsException(int index)
LogIndexOutOfBoundsException
class with an argument indicating the illegal index.index - the illegal index.public LogIndexOutOfBoundsException(String s)
LogIndexOutOfBoundsException class
with the specified detail message.s - the detail message.Copyright © 2024. All rights reserved.