API Overview API Index Package Overview Direct link to this page
JavaOnTracks 0.1.2
  net.jot.web.multipart. JOTMPException View Source
Author(s)
thibautc
Since
Version
Serial
Hierarchy
 Object
      Throwable
          Exception
              JOTMPException
Implements
Subclasses
Description
public exception JOTMPException
Exception thrownm when parsing a multipart form request fails.
See also:   
Constructors
public JOTMPException (String message)
Methods
Hide/Show inherited methods
publicsynchronizednative Throwable fillInStackTrace () [Inherited From Throwable]
public Throwable getCause () [Inherited From Throwable]
public String getLocalizedMessage () [Inherited From Throwable]
public String getMessage () [Inherited From Throwable]
public StackTraceElement getStackTrace () [Inherited From Throwable]
publicsynchronized Throwable initCause (Throwable arg0) [Inherited From Throwable]
public void printStackTrace () [Inherited From Throwable]
public void printStackTrace (PrintStream arg0) [Inherited From Throwable]
public void printStackTrace (PrintWriter arg0) [Inherited From Throwable]
public void setStackTrace (StackTraceElement arg0) [Inherited From Throwable]
public String toString () [Inherited From Throwable]
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar