de.unibi.techfak.jpredictor.sequences
Class ResetNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IndexOutOfBoundsException
                  extended by de.unibi.techfak.jpredictor.sequences.ResetNotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class ResetNotSupportedException
extends java.lang.IndexOutOfBoundsException

Exception thrown when working with Readers.

See Also:
Serialized Form

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

ResetNotSupportedException

public ResetNotSupportedException()