public class ClassNotFoundRuntimeException extends SRuntimeException
| コンストラクタと説明 |
|---|
ClassNotFoundRuntimeException(ClassNotFoundException cause) |
ClassNotFoundRuntimeException(String className,
ClassNotFoundException cause) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getClassName() |
protected void |
setClassName(String className) |
getArgs, getMessage, getMessageCode, getSimpleMessage, setMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ClassNotFoundRuntimeException(ClassNotFoundException cause)
public ClassNotFoundRuntimeException(String className, ClassNotFoundException cause)
Copyright © 2015–2018 The DBFlute Project. All rights reserved.