- All Implemented Interfaces:
- java.io.Serializable
public class UnsupportedFormatException
extends java.lang.Exception
Signals that some data did not met the requirements defined
by some method or framework in terms of structural format.
For example a parser that reads data from a text-file would
use this exception to signal unexpected syntactical structures
he was unable to interpret or recognize.
- Version:
- $Id: UnsupportedFormatException.java 123 2013-07-31 15:22:01Z mcgaerty $
- Author:
- Markus Gärtner
- See Also:
- Serialized Form