JFormDesigner 5.0.4 Runtime API

com.jformdesigner.runtime
Class MultiException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jformdesigner.runtime.MultiException
All Implemented Interfaces:
java.io.Serializable

public class MultiException
extends java.lang.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: java.io.IOException, org.xml.sax.SAXParseException and java.lang.ClassNotFoundException.

Since:
1.0.1
See Also:
Serialized Form

Constructor Summary
MultiException(java.lang.String message, java.lang.Exception[] exceptions)
          Constructs a MultiException.
 
Method Summary
 java.lang.String getExceptionMessages()
           
 java.lang.Exception[] getExceptions()
          Returns the exceptions.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultiException

public MultiException(java.lang.String message,
                      java.lang.Exception[] exceptions)
Constructs a MultiException.

Parameters:
message - The detail message.
exceptions - The exceptions occurred while decoding or encoding.
Method Detail

getExceptions

public java.lang.Exception[] getExceptions()
Returns the exceptions.


getExceptionMessages

public java.lang.String getExceptionMessages()

JFormDesigner 5.0.4 Runtime API

Copyright (C) 2004-2012 FormDev Software GmbH. All rights reserved.