de.unibi.techfak.jpredictor.motifs
Class MissingMotifException

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.MissingMotifException
All Implemented Interfaces:
java.io.Serializable

public class MissingMotifException
extends java.lang.RuntimeException

This exception is thrown, if a motif is worked with but no appropriate representation of the motif was set. E.g. no regular expression in a RegularExpressionMotif.

See Also:
MotifSearcher.search(int, int), Serialized Form

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

MissingMotifException

public MissingMotifException()