it.eng.spagobi.engines.console.exporter
Class ExportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by it.eng.spagobi.utilities.exceptions.SpagoBIRuntimeException
                  extended by it.eng.spagobi.engines.console.exporter.ExportException
All Implemented Interfaces:
java.io.Serializable

public class ExportException
extends it.eng.spagobi.utilities.exceptions.SpagoBIRuntimeException

Author:
Andrea Gioia (andrea.gioia@eng.it)
See Also:
Serialized Form

Constructor Summary
ExportException(java.lang.String message)
          Builds a ExportException.
ExportException(java.lang.String message, java.lang.Throwable ex)
          Builds a ExportException.
ExportException(java.lang.Throwable ex)
          Builds a ExportException.
 
Method Summary
 
Methods inherited from class it.eng.spagobi.utilities.exceptions.SpagoBIRuntimeException
addHint, getDescription, getHints, getRootCause, getStackTraceDump, setDescription
 
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

ExportException

public ExportException(java.lang.String message)
Builds a ExportException.

Parameters:
message - Text of the exception

ExportException

public ExportException(java.lang.String message,
                       java.lang.Throwable ex)
Builds a ExportException.

Parameters:
message - Text of the exception
ex - previous Throwable object

ExportException

public ExportException(java.lang.Throwable ex)
Builds a ExportException.

Parameters:
ex - previous Throwable object