パッケージ jakarta.xml.bind

クラス UnmarshalException

    • コンストラクターの詳細

      • UnmarshalException

        public UnmarshalException​(StringSE message)
        指定された詳細メッセージを使用して UnmarshalException を構築します。errorCode と linkedException はデフォルトで null になります。
        パラメーター:
        message - 例外の説明
      • UnmarshalException

        public UnmarshalException​(StringSE message,
                                  StringSE errorCode)
        指定された詳細メッセージとベンダー固有の errorCode を使用して UnmarshalException を構築します。linkedException はデフォルトで null になります。
        パラメーター:
        message - 例外の説明
        errorCode - ベンダー固有のエラーコードを指定する文字列
      • UnmarshalException

        public UnmarshalException​(ThrowableSE exception)
        linkedException を使用して UnmarshalException を構築します。詳細メッセージとベンダー固有の errorCode はデフォルトで null になります。
        パラメーター:
        exception - リンクされた例外
      • UnmarshalException

        public UnmarshalException​(StringSE message,
                                  ThrowableSE exception)
        指定された詳細メッセージと linkedException を使用して UnmarshalException を構築します。errorCode はデフォルトで null になります。
        パラメーター:
        message - 例外の説明
        exception - リンクされた例外
      • UnmarshalException

        public UnmarshalException​(StringSE message,
                                  StringSE errorCode,
                                  ThrowableSE exception)
        指定された詳細メッセージ、ベンダー固有の errorCode、および linkedException を使用して UnmarshalException を構築します。
        パラメーター:
        message - 例外の説明
        errorCode - ベンダー固有のエラーコードを指定する文字列
        exception - リンクされた例外