de.unibi.techfak.jpredictor.sequences
Class NewSequenceBlockException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by de.unibi.techfak.jpredictor.sequences.NewSequenceBlockException
All Implemented Interfaces:
java.io.Serializable

public class NewSequenceBlockException
extends java.io.IOException

Exception thrown when working with the SequenceReader class.
This Exception is derived from IOException and you can distinguish it by comparing the string returned by Throwable.getMessage() using the method String.startsWith("NSBE").

See Also:
SequenceReader, Serialized Form

Constructor Summary
NewSequenceBlockException()
           
NewSequenceBlockException(java.lang.String s)
           
 
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

NewSequenceBlockException

public NewSequenceBlockException()

NewSequenceBlockException

public NewSequenceBlockException(java.lang.String s)