ucl.physiol.neuroconstruct.project.packing
Class CellPackingException

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

public class CellPackingException
extends Exception

General Exception when trying to pack the cells

Author:
Padraig Gleeson
See Also:
Serialized Form

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

CellPackingException

public CellPackingException()

CellPackingException

public CellPackingException(String message)

CellPackingException

public CellPackingException(String message,
                            Throwable cause)

CellPackingException

public CellPackingException(Throwable cause)