public class LogIndexOutOfBoundsException extends IndexOutOfBoundsException
| 构造器和说明 |
|---|
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. |
public 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 © 2021. All rights reserved.