ucl.physiol.neuroconstruct.project.packing
Class CellPackingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CellPackingException
public CellPackingException()
CellPackingException
public CellPackingException(String message)
CellPackingException
public CellPackingException(String message,
Throwable cause)
CellPackingException
public CellPackingException(Throwable cause)