org.jtheque.core.utils.file
Class ReadingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jtheque.core.utils.file.ReadingException
All Implemented Interfaces:
java.io.Serializable

public final class ReadingException
extends java.lang.Exception

A exception who can occurs during a reading process.

Author:
Baptiste Wicht
See Also:
Serialized Form

Constructor Summary
ReadingException(java.lang.String message)
          Construct a new ReadingException.
ReadingException(java.lang.String message, java.lang.Throwable cause)
          Construct a new ReadingException.
 
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

ReadingException

public ReadingException(java.lang.String message)
Construct a new ReadingException.

Parameters:
message - The message of the exception.

ReadingException

public ReadingException(java.lang.String message,
                        java.lang.Throwable cause)
Construct a new ReadingException.

Parameters:
message - The message of the exception.
cause - The cause of the exception.


Copyright © 2009 JTheque. All Rights Reserved.