|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException edu.columbia.ee.flavor.FlIOException
Implementors of the IBitstream interface throw subclasses of this exception base class.
Field Summary | |
static int |
ENDOFDATA
End of data (exception condition) |
static int |
FILEOPENFAILED
File open failed (exception condition) |
static int |
INVALIDALIGNMENT
Invalid alignment for align() method (exception condition) |
static int |
INVALIDBITSIZE
Invalid bitsize specified (exception condition) |
static int |
INVALIDIOTYPE
Unknown I/O type (exception condition) |
static int |
NOTENOUGHDATA
Not enough data in bitstream (exception condition) |
static int |
READFAILED
The (little_)getxxx() or (little_)nextxxx() method failed (exception condition) |
static int |
SYSTEMIOFAILED
System I/O operation failed (exception condition) |
static int |
UNKNOWN
Unknown reason (exception condition) |
static int |
WRITEFAILED
The (little_)putxxx() method failed (exception condition) |
Constructor Summary | |
FlIOException()
Creates FlIOException |
|
FlIOException(int error_code)
Creates FlIOException with exception condition |
|
FlIOException(int error_code,
java.lang.String error_msg)
Creates FlIOException with exception condition |
|
FlIOException(java.lang.String s)
Creates FlIOException with description |
Method Summary | |
java.lang.String |
toString()
Converts exception to string |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static int ENDOFDATA
public static int INVALIDALIGNMENT
public static int READFAILED
public static int WRITEFAILED
public static int FILEOPENFAILED
public static int SYSTEMIOFAILED
public static int INVALIDIOTYPE
public static int INVALIDBITSIZE
public static int NOTENOUGHDATA
public static int UNKNOWN
Constructor Detail |
public FlIOException()
public FlIOException(java.lang.String s)
s
- error detail messagepublic FlIOException(int error_code)
error_code
- The error code representing the exception conditionpublic FlIOException(int error_code, java.lang.String error_msg)
error_code
- The error code representing the exception conditionerror_msg
- Additional error descriptionMethod Detail |
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |