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

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

public class PlinyImportException
extends Exception

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

Author:
John Bradley
See Also:
Serialized Form

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

PlinyImportException

public PlinyImportException()

PlinyImportException

public PlinyImportException(String arg0)

PlinyImportException

public PlinyImportException(Throwable arg0)

PlinyImportException

public PlinyImportException(String arg0,
                            Throwable arg1)