public class UnrepeatableSequenceException extends IOException
StarTable.getRowSequence()
calls after the first
for tables which can only provide a single RowSequence
.
The general contract of StarTable
is that
getRowSequence
should be callable multiple times,
so in general this exception ought not to be thrown, but for certain
special circumstances where a one-shot table is known to be usable,
this is the exception which should be used.Constructor and Description |
---|
UnrepeatableSequenceException()
Constructs an exception with a default message.
|
UnrepeatableSequenceException(String msg)
Constructs an exception with a given message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnrepeatableSequenceException()
public UnrepeatableSequenceException(String msg)
msg
- messageCopyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.