|
|||||||||
| 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.io.IOException
de.unibi.techfak.jpredictor.sequences.NewSequenceBlockException
public class NewSequenceBlockException
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").
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 |
|---|
public NewSequenceBlockException()
public NewSequenceBlockException(java.lang.String s)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||