Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.fudaa.fudaa.refonde
Class RefondeIOException  view RefondeIOException download RefondeIOException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.fudaa.fudaa.refonde.RefondeIOException
All Implemented Interfaces:
java.io.Serializable

class RefondeIOException
extends java.io.IOException

Une exception lancée en cas de problème lors de la lecture/ecriture des données. Elle permet de faire la différence entre les IOException lancées de facon non controlées par les classes java et les IOException controlées (à la suite d'un controle de cohérence de la lecture).

Version:
$Id: RefondeIOException.java,v 1.1 2001/12/17 15:34:12 marchand Exp $

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class java.io.IOException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
RefondeIOException()
          Création d'une exception sans message.
RefondeIOException(java.lang.String s)
          Création d'une exception avec un message.
 
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

RefondeIOException

public RefondeIOException()
Création d'une exception sans message.


RefondeIOException

public RefondeIOException(java.lang.String s)
Création d'une exception avec un message.