Package com.jformdesigner.runtime
Class MultiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.jformdesigner.runtime.MultiException
-
- All Implemented Interfaces:
Serializable
public class MultiException extends Exception
Thrown when problems occurred while decoding or encoding a JFormDesigner .jfd file. This class is a container for other exceptions.Typical exceptions, which may occurred while decoding or encoding, are:
IOException,SAXParseExceptionandClassNotFoundException.- Since:
- 1.0.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MultiException(String message, Exception[] exceptions)Constructs aMultiException.MultiException(String message, String contentType, Exception[] exceptions)Constructs aMultiException.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContentType()Returns the content type of the form model, or null.StringgetExceptionMessages()Exception[]getExceptions()Returns the exceptions.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-