es.gva.cit.jecwcompress
Class EcwException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byes.gva.cit.jecwcompress.EcwException
All Implemented Interfaces:
java.io.Serializable

public class EcwException
extends java.lang.Exception

Es generada cuando los códigos de retorno de las funciones del compresor de Ecw significan que algo ha ido mal.

Version:
0.0
Author:
Nacho Brodin .
Equipo de desarrollo gvSIG.
http://www.gvsig.gva.es
See Also:
Serialized Form

Constructor Summary
EcwException(java.lang.String msg)
           
 
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

EcwException

public EcwException(java.lang.String msg)