public class ModuleNotFoundException extends Exception
Title: JDSORG组织机构中间件
Description:
Copyright: Copyright (c) 2003-2008
Company: www.justdos.net
| 构造器和说明 |
|---|
ModuleNotFoundException() |
ModuleNotFoundException(String msg) |
ModuleNotFoundException(String msg,
Throwable nestedThrowable) |
ModuleNotFoundException(Throwable nestedThrowable) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
printStackTrace() |
void |
printStackTrace(PrintStream ps) |
void |
printStackTrace(PrintWriter pw) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic ModuleNotFoundException()
public ModuleNotFoundException(String msg)
public ModuleNotFoundException(Throwable nestedThrowable)
public void printStackTrace()
printStackTrace 在类中 Throwablepublic void printStackTrace(PrintStream ps)
printStackTrace 在类中 Throwablepublic void printStackTrace(PrintWriter pw)
printStackTrace 在类中 ThrowableCopyright © 2023 onecode. All rights reserved.