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.Throwable から継承したメソッド |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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