play.data.parsing
类 MultipartStream.MalformedStreamException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 java.io.IOException
              继承者 play.data.parsing.MultipartStream.MalformedStreamException
所有已实现的接口:
java.io.Serializable
包容类:
MultipartStream

public static class MultipartStream.MalformedStreamException
extends java.io.IOException

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

另请参见:
序列化表格

构造方法摘要
MultipartStream.MalformedStreamException()
          Constructs a MalformedStreamException with no detail message.
MultipartStream.MalformedStreamException(java.lang.String message)
          Constructs an MalformedStreamException with the specified detail message.
 
方法摘要
 
从类 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()
Constructs a MalformedStreamException with no detail message.


MultipartStream.MalformedStreamException

public MultipartStream.MalformedStreamException(java.lang.String message)
Constructs an MalformedStreamException with the specified detail message.

参数:
message - The detail message.


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly