org.apache.commons.fileupload
クラス MultipartStream.IllegalBoundaryException

java.lang.Object
  拡張java.lang.Throwable
      拡張java.lang.Exception
          拡張java.io.IOException
              拡張org.apache.commons.fileupload.MultipartStream.IllegalBoundaryException
すべての実装インタフェース:
Serializable
含まれているクラス:
MultipartStream

public class MultipartStream.IllegalBoundaryException
extends IOException

不正なバウンダリトークンを設定しようとした場合に投げられます。

Thrown upon attempt of setting an invalid boundary token.

関連項目:
直列化された形式

フィールドの概要
 
クラス java.lang.Exception から継承したフィールド
 
クラス java.lang.Throwable から継承したフィールド
 
コンストラクタの概要
MultipartStream.IllegalBoundaryException()
          詳細メッセージなしで IllegalBoundaryException を生成します。
MultipartStream.IllegalBoundaryException(String message)
          詳細メッセージを設定して IllegalBoundaryException を生成します。
 
クラス java.lang.Throwable から継承したメソッド
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

MultipartStream.IllegalBoundaryException

public MultipartStream.IllegalBoundaryException()
詳細メッセージなしで IllegalBoundaryException を生成します。
Constructs an IllegalBoundaryException with no detail message.


MultipartStream.IllegalBoundaryException

public MultipartStream.IllegalBoundaryException(String message)
詳細メッセージを設定して IllegalBoundaryException を生成します。
Constructs an IllegalBoundaryException with the specified detail message.

パラメータ:
message - 詳細メッセージ。
The detail message.


このドキュメントは、Ja-Jakartaにより訳されました。 コメントがある場合は report@jajakarta.orgまでお願いします。
Translated into Japanese by jajakarta.org. The original page is here.
Copyright (c) 2002-2003 - Apache Software Foundation