public class SAXRuntimeException extends SRuntimeException
SAXExceptionをラップする例外です。| コンストラクタと説明 |
|---|
SAXRuntimeException(SAXException cause)
SAXRuntimeExceptionを作成します。 |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected static Object[] |
createArgs(SAXException cause)
引数の配列を作成します。
|
protected static String |
createMessage(SAXException cause)
メッセージを作成します。
|
getArgs, getMessage, getMessageCode, getSimpleMessage, setMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SAXRuntimeException(SAXException cause)
SAXRuntimeExceptionを作成します。cause - protected static Object[] createArgs(SAXException cause)
cause - 原因protected static String createMessage(SAXException cause)
cause - 原因Copyright © 2015 The DBFlute Project. All rights reserved.