|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.beepcore.beep.core.BEEPException
org.beepcore.beep.core.BEEPInterruptedException
Signals that an I/O operation has been interrupted. An
BEEPInterruptedException
is thrown to indicate that an
input or output transfer has been terminated because the thread
performing it was terminated. The field bytesTransferred
indicates how many bytes were successfully transferred before
the interruption occurred.
Field Summary | |
int |
bytesTransferred
Reports how many bytes had been transferred as part of the I/O operation before it was interrupted. |
Constructor Summary | |
BEEPInterruptedException(java.lang.String s)
Constructor BEEPException |
Methods inherited from class org.beepcore.beep.core.BEEPException |
getCause, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public int bytesTransferred
Constructor Detail |
public BEEPInterruptedException(java.lang.String s)
s
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |