|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.unibi.techfak.jpredictor.motifs.CycleInMultiMotifExeption
public class CycleInMultiMotifExeption
This exception is thrown, if a motif is inserted or added to a MultiMotif which would lead to a cycle in the MultiMotif
MultiMotif.add(Motif),
MultiMotif.add(Motif, int, int),
MultiMotif.replaceMotif(Motif, int),
Serialized Form| Constructor Summary | |
|---|---|
CycleInMultiMotifExeption()
Simple constructor. |
|
CycleInMultiMotifExeption(java.lang.String str)
Given which motif caused the exception on what action (add,replace). |
|
| 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 |
|---|
public CycleInMultiMotifExeption()
public CycleInMultiMotifExeption(java.lang.String str)
str - The string explaining the exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||