JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.util.swing.encode
Class EncoderException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.klg.jclass.util.swing.encode.EncoderException
All Implemented Interfaces:
Serializable

public class EncoderException
extends Exception

This 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
EncoderException(String msg)
          Creates an exception with the given message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EncoderException

public EncoderException(String msg)
Creates an exception with the given message.


Copyright © 2004 Quest Software Inc..
All rights reserved.