ucl.physiol.neuroconstruct.project.cellchoice
Class CellChooserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ucl.physiol.neuroconstruct.project.cellchoice.CellChooserException
All Implemented Interfaces:
Serializable

public class CellChooserException
extends Exception

Can be thrown by CellChooser subclass

Author:
Padraig Gleeson
See Also:
Serialized Form

Constructor Summary
CellChooserException()
           
CellChooserException(String message)
           
CellChooserException(String message, Throwable cause)
           
CellChooserException(Throwable 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

CellChooserException

public CellChooserException()

CellChooserException

public CellChooserException(String message)

CellChooserException

public CellChooserException(String message,
                            Throwable cause)

CellChooserException

public CellChooserException(Throwable cause)