opale.ode.ker
Class MalformedFileException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--opale.ode.ker.MalformedFileException
All Implemented Interfaces:
java.io.Serializable

public class MalformedFileException
extends java.lang.Exception

Classe d'exception pour les fichiers malformés.

Version:
0.1
Author:
OC
See Also:
Serialized Form

Constructor Summary
MalformedFileException()
           
MalformedFileException(java.lang.String str)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MalformedFileException

public MalformedFileException()

MalformedFileException

public MalformedFileException(java.lang.String str)