babase.ranker
Class Utils.FileIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by babase.ranker.Utils.FileIOException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Utils

public static class Utils.FileIOException
extends java.lang.Exception

Exceptions thrown when reading/writing files.

Author:
junyang
See Also:
Serialized Form

Constructor Summary
Utils.FileIOException(java.lang.String message)
           
Utils.FileIOException(java.lang.String message, java.lang.Throwable cause)
           
 
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

Utils.FileIOException

public Utils.FileIOException(java.lang.String message)

Utils.FileIOException

public Utils.FileIOException(java.lang.String message,
                             java.lang.Throwable cause)