com.github.dandelion.datatables.core.exception
Class ExportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.dandelion.datatables.core.exception.DandelionDatatablesException
com.github.dandelion.datatables.core.exception.ExportException
- All Implemented Interfaces:
- Serializable
public class ExportException
- extends DandelionDatatablesException
Raised if something went wrong during table export.
- Author:
- Thibault Duchateau
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ExportException
public ExportException(String message)
ExportException
public ExportException(Throwable cause)
ExportException
public ExportException(String message,
Throwable cause)
Copyright © 2013–2014 Dandelion Project. All rights reserved.