All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.ifarchive.glk.BlorbException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.io.IOException
                           |
                           +----org.ifarchive.glk.BlorbException

public class BlorbException
extends IOException
If Blorb fails, this exception is thrown.


Variable Index

 o error
The actual error code returned from the library

Method Index

 o doThrow(int)
Construct and throw a Blorb exception.

Variables

 o error
 public int error
The actual error code returned from the library

Methods

 o doThrow
 public static void doThrow(int err) throws BlorbException
Construct and throw a Blorb exception.

Parameters:
err - The error returned from the library

All Packages  Class Hierarchy  This Package  Previous  Next  Index