public class IncorrectIndexException extends RuntimeException
文件名:IncorrectIndexException.java
用途: 当下标不正确时抛出的异常
编码时间:2020年8月16日下午10:42:47
修改时间:2020年8月16日下午10:42:47
Constructor and Description |
---|
IncorrectIndexException() |
IncorrectIndexException(String message) |
IncorrectIndexException(String message,
Throwable cause) |
IncorrectIndexException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
IncorrectIndexException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IncorrectIndexException()
public IncorrectIndexException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public IncorrectIndexException(String message)
public IncorrectIndexException(Throwable cause)
Copyright © 2024. All rights reserved.