Package org.tn5250j.tools.encoder
Class EncoderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.tn5250j.tools.encoder.EncoderException
-
- All Implemented Interfaces:
java.io.Serializable
public class EncoderException extends java.lang.ExceptionThis class is an exception that is raised by Encode or one of it's subclasses. It may also be subclassed for exceptions thrown by subclasses of Encode. It represents any problem encountered while encoding an image. The message is used to state the type of error.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EncoderException(java.lang.String msg)Creates an exception with the given message.
-