IndexOutOfRangeException

遗产: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception

public class IndexOutOfRangeException extends System.Exception

表示在 PDF 应用程序执行期间发生的索引超出范围错误。

构造函数

构造函数描述
IndexOutOfRangeException(String message)初始化 PdfException 类的新实例。

方法

方法描述
addSuppressed(Throwable arg0)
equals(Object arg0)
fillInStackTrace()
getCause()
getClass()
getInnerException()
getLocalizedMessage()
getMessage()
getStackTrace()
getSuppressed()
getType()
hashCode()
initCause(Throwable arg0)
notify()
notifyAll()
printStackTrace()
printStackTrace(PrintStream arg0)
printStackTrace(PrintWriter arg0)
setStackTrace(StackTraceElement[] arg0)
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

IndexOutOfRangeException(String message)

public IndexOutOfRangeException(String message)

初始化 PdfException 类的新实例。

参数:

范围类型描述
messagejava.lang.String消息。

addSuppressed(Throwable arg0)

public final synchronized void addSuppressed(Throwable arg0)

参数:

范围类型描述
arg0java.lang.Throwable

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

fillInStackTrace()

public synchronized Throwable fillInStackTrace()

退货: java.lang.Throwable

getCause()

public synchronized Throwable getCause()

退货: java.lang.Throwable

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getInnerException()

public Throwable getInnerException()

退货: java.lang.Throwable

getLocalizedMessage()

public String getLocalizedMessage()

退货: java.lang.字符串

getMessage()

public String getMessage()

退货: java.lang.字符串

getStackTrace()

public StackTraceElement[] getStackTrace()

退货: java.lang.StackTraceElement[]

getSuppressed()

public final synchronized Throwable[] getSuppressed()

退货: java.lang.Throwable[]

getType()

public System.Type getType()

退货: com.aspose.ms.System.类型

hashCode()

public native int hashCode()

退货: 整数

initCause(Throwable arg0)

public synchronized Throwable initCause(Throwable arg0)

参数:

范围类型描述
arg0java.lang.Throwable

退货: java.lang.Throwable

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

printStackTrace()

public void printStackTrace()

printStackTrace(PrintStream arg0)

public void printStackTrace(PrintStream arg0)

参数:

范围类型描述
arg0java.io.PrintStream

printStackTrace(PrintWriter arg0)

public void printStackTrace(PrintWriter arg0)

参数:

范围类型描述
arg0java.io.PrintWriter

setStackTrace(StackTraceElement[] arg0)

public void setStackTrace(StackTraceElement[] arg0)

参数:

范围类型描述
arg0java.lang.StackTraceElement[]

toString()

public String toString()

退货: java.lang.字符串

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

参数:

范围类型描述
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

参数:

范围类型描述
arg0long
arg1int