Package idare.imagenode.exceptions.io
Class WrongFormat
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- idare.imagenode.exceptions.io.WrongFormat
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class WrongFormat extends Exception
Exception indicating that there was an error in the format of the file used.- Author:
 - Thomas Pfau
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description WrongFormat(String Information) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
WrongFormat
public WrongFormat(String Information)
 
 - 
 
 -