net.sf.juoserver.files
Class FileReaderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.juoserver.files.FileReaderException
All Implemented Interfaces:
Serializable

public class FileReaderException
extends RuntimeException

Exception occurred while accessing game files.

See Also:
Serialized Form

Constructor Summary
FileReaderException()
           
FileReaderException(String message)
           
FileReaderException(String message, Throwable cause)
           
FileReaderException(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

FileReaderException

public FileReaderException()

FileReaderException

public FileReaderException(String message,
                           Throwable cause)

FileReaderException

public FileReaderException(String message)

FileReaderException

public FileReaderException(Throwable cause)


Copyright © 2010-2012. All Rights Reserved.