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

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

public class MultipartStream.MalformedStreamException
extends IOException

入力ストリームが必要な文法に従っていない場合に投げられます。

Thrown to indicate that the input stream fails to follow the required syntax.

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

フィールドの概要
 
クラス java.lang.Exception から継承したフィールド
 
クラス java.lang.Throwable から継承したフィールド
 
コンストラクタの概要
MultipartStream.MalformedStreamException()
          詳細メッセージなしで MalformedStreamException を生成します。
MultipartStream.MalformedStreamException(String message)
          詳細メッセージを設定して MalformedStreamException を生成します。
 
クラス 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.MalformedStreamException

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


MultipartStream.MalformedStreamException

public MultipartStream.MalformedStreamException(String message)
詳細メッセージを設定して MalformedStreamException を生成します。
Constructs an MalformedStreamException 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