public class MultiException
extends java.lang.Exception
Typical exceptions, which may occurred while decoding or encoding, are:
java.io.IOException
, org.xml.sax.SAXParseException
and java.lang.ClassNotFoundException
.
Constructor and Description |
---|
MultiException(java.lang.String message,
java.lang.Exception[] exceptions)
Constructs a
MultiException . |
MultiException(java.lang.String message,
java.lang.String contentType,
java.lang.Exception[] exceptions)
Constructs a
MultiException . |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContentType()
Returns the content type of the form model, or null.
|
java.lang.String |
getExceptionMessages() |
java.lang.Exception[] |
getExceptions()
Returns the exceptions.
|
public MultiException(java.lang.String message, java.lang.Exception[] exceptions)
MultiException
.message
- The detail message.exceptions
- The exceptions occurred while decoding or encoding.public MultiException(java.lang.String message, java.lang.String contentType, java.lang.Exception[] exceptions)
MultiException
.message
- The detail message.contentType
- The content type of the form, or null.exceptions
- The exceptions occurred while decoding or encoding.Copyright (C) 2004-2017 FormDev Software GmbH. All rights reserved.