ucl.physiol.neuroconstruct.project.segmentchoice
Class AllSegmentsChosenException

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

public class AllSegmentsChosenException
extends Exception

Will be thrown by SegmentChooser subclass when all cells are chosen

Author:
Padraig Gleeson
See Also:
Serialized Form

Constructor Summary
AllSegmentsChosenException()
           
 
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

AllSegmentsChosenException

public AllSegmentsChosenException()