Package ws.schild.jave
Class InputFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ws.schild.jave.EncoderException
-
- ws.schild.jave.InputFormatException
-
- All Implemented Interfaces:
java.io.Serializable
public class InputFormatException extends EncoderException
This expection is thrown if a source file format is not recognized.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description InputFormatException()InputFormatException(java.lang.String message)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-