opale
Class InvalidFormatException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--opale.InvalidFormatException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MalformedFileException

public class InvalidFormatException
extends java.lang.Exception

Thrown when the strem of objects Opale that was read is non valid.

Since:
Opale V1b5
See Also:
Serialized Form

Constructor Summary
InvalidFormatException()
           
InvalidFormatException(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

InvalidFormatException

public InvalidFormatException()

InvalidFormatException

public InvalidFormatException(java.lang.String str)