uk.ac.kcl.cch.jb.pliny.views.utils
Class PlinyExportException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byuk.ac.kcl.cch.jb.pliny.views.utils.PlinyExportException
All Implemented Interfaces:
Serializable

public class PlinyExportException
extends Exception

the exception to use when exceptional problems arise during exporting of data from Pliny.

Author:
John Bradley
See Also:
Serialized Form

Constructor Summary
PlinyExportException()
           
PlinyExportException(String arg0)
           
PlinyExportException(String arg0, Throwable arg1)
           
PlinyExportException(Throwable arg0)
           
 
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

PlinyExportException

public PlinyExportException()

PlinyExportException

public PlinyExportException(String arg0)

PlinyExportException

public PlinyExportException(Throwable arg0)

PlinyExportException

public PlinyExportException(String arg0,
                            Throwable arg1)