Class MultiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jformdesigner.runtime.MultiException
- All Implemented Interfaces:
Serializable
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, SAXParseException
and ClassNotFoundException.
- Since:
- 1.0.1
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMultiException(String message, Exception[] exceptions) Constructs aMultiException.MultiException(String message, String contentType, Exception[] exceptions) Constructs aMultiException. -
Method Summary
Modifier and TypeMethodDescriptionReturns the content type of the form model, or null.Returns the exceptions.Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MultiException
-
MultiException
-
-
Method Details
-
getContentType
-
getExceptions
Returns the exceptions. -
getExceptionMessages
-