|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.silverpeas.export.ExportException
com.silverpeas.export.NoDataToExportException
public class NoDataToExportException
A specific export exception that is raised when there is no data to export and the format of the file into which the export has to be done requires the existance of at least one such data.
Constructor Summary | |
---|---|
NoDataToExportException(String message)
Constructs a new NoDataToExportException with the specified message. |
|
NoDataToExportException(String message,
Throwable thrwbl)
Constructs a new NoDataToExportException with the specified message and cause. |
|
NoDataToExportException(Throwable thrwbl)
Constructs a new NoDataToExportException by specifyinbg the cause. |
Method Summary |
---|
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 |
---|
public NoDataToExportException(String message)
message
- the message about the problem.public NoDataToExportException(String message, Throwable thrwbl)
message
- the message about the problem.thrwbl
- the cause of the exception.public NoDataToExportException(Throwable thrwbl)
thrwbl
- the cause of this exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |