de.unibi.techfak.jpredictor.motifs
Class MotifNotCompleteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.unibi.techfak.jpredictor.motifs.MotifNotCompleteException
All Implemented Interfaces:
java.io.Serializable

public class MotifNotCompleteException
extends java.lang.RuntimeException

Thrown if a MultiMotif was not designed completely. The MultiMotif is properly completed if the last motif was added without giving a distance.

See Also:
MultiMotif.add(Motif), Serialized Form

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

MotifNotCompleteException

public MotifNotCompleteException()