|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.unihalle.informatik.Alida.exceptions.ALDException
de.unihalle.informatik.MiToBo.core.exceptions.MTBException
de.unihalle.informatik.MiToBo.segmentation.activecontours.exceptions.MTBActiveContourException
public class MTBActiveContourException
MiToBo exception thrown in context of segmentation with active contours.
Nested Class Summary | |
---|---|
static class |
MTBActiveContourException.ExceptionType
Possible exception types. |
Field Summary | |
---|---|
protected MTBActiveContourException.ExceptionType |
type
Type of exception. |
Fields inherited from class de.unihalle.informatik.Alida.exceptions.ALDException |
---|
comment |
Constructor Summary | |
---|---|
MTBActiveContourException(MTBActiveContourException.ExceptionType t,
java.lang.String c)
Default constructor. |
Method Summary | |
---|---|
java.lang.String |
getIdentString()
|
Methods inherited from class de.unihalle.informatik.MiToBo.core.exceptions.MTBException |
---|
getExceptionID |
Methods inherited from class de.unihalle.informatik.Alida.exceptions.ALDException |
---|
getCommentString, getMessage |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected MTBActiveContourException.ExceptionType type
Constructor Detail |
---|
public MTBActiveContourException(MTBActiveContourException.ExceptionType t, java.lang.String c)
t
- Type of exception.c
- User-specific exception comment.Method Detail |
---|
public java.lang.String getIdentString()
getIdentString
in class de.unihalle.informatik.Alida.exceptions.ALDException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |