com.jformdesigner.runtime
Class MultiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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 . |
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 |
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.
getExceptions
public java.lang.Exception[] getExceptions()
- Returns the exceptions.
getExceptionMessages
public java.lang.String getExceptionMessages()
Copyright (C) 2004-2012 FormDev Software GmbH. All rights reserved.