public class JAXBException extends ExceptionSE
JAXBContext, Marshaller, Unmarshaller, 連載形式 | コンストラクターと説明 |
|---|
JAXBException(StringSE message) 指定された詳細メッセージを使用して JAXBException を作成します。 |
JAXBException(StringSE message, StringSE errorCode) 指定された詳細メッセージとベンダー固有の errorCode を使用して JAXBException を構築します。 |
JAXBException(StringSE message, StringSE errorCode, ThrowableSE exception) 指定された詳細メッセージ、ベンダー固有の errorCode、および linkedException を使用して JAXBException を構築します。 |
JAXBException(StringSE message, ThrowableSE exception) 指定された詳細メッセージと linkedException を使用して JAXBException を構築します。 |
JAXBException(ThrowableSE exception)linkedException を使用して JAXBException を構築します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
ThrowableSE | getCause() |
StringSE | getErrorCode() ベンダー固有のエラーコードを取得する |
ThrowableSE | getLinkedException() リンクされた例外を取得する |
void | printStackTrace() この JAXBException とそのスタックトレース (linkedException が null でない場合は linkedException のスタックトレースを含む) を System.err に出力します。 |
void | printStackTrace(PrintStreamSE s) この JAXBException とそのスタックトレース (linkedException が null でない場合は linkedException のスタックトレースを含む) を PrintStream に出力します。 |
void | printStackTrace(PrintWriterSE s) この JAXBException とそのスタックトレース (linkedException が null でない場合は linkedException のスタックトレースを含む) を PrintWriter に出力します。 |
void | setLinkedException(ThrowableSE exception) リンクされた例外を追加します。 |
StringSE | toString() この JAXBException の簡単な説明を返します。 |
addSuppressedSE, fillInStackTraceSE, getLocalizedMessageSE, getMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, setStackTraceSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic JAXBException(StringSE message)
message - 例外の説明 public JAXBException(StringSE message, StringSE errorCode)
message - 例外の説明 errorCode - ベンダー固有のエラーコードを指定する文字列 public JAXBException(ThrowableSE exception)
exception - リンクされた例外 public JAXBException(StringSE message, ThrowableSE exception)
message - 例外の説明 exception - リンクされた例外 public JAXBException(StringSE message, StringSE errorCode, ThrowableSE exception)
message - 例外の説明 errorCode - ベンダー固有のエラーコードを指定する文字列 exception - リンクされた例外 public StringSE getErrorCode()
public ThrowableSE getLinkedException()
public void setLinkedException(ThrowableSE exception)
exception - リンクされた例外(null 値が許可され、リンクされた例外が存在しないか不明であることを示します)。public StringSE toString()
ThrowableSE の toStringSE public void printStackTrace(PrintStreamSE s)
ThrowableSE の printStackTraceSE s - 出力に使用する PrintStreampublic void printStackTrace()
System.err に出力します。ThrowableSE の printStackTraceSE public void printStackTrace(PrintWriterSE s)
ThrowableSE の printStackTraceSE s - 出力に使用する PrintWriterpublic ThrowableSE getCause()
ThrowableSE の getCauseSE Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.