com.ermapper.ecw
Class JNCSException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ermapper.ecw.JNCSException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
JNCSFileNotOpenException, JNCSFileOpenFailedException, JNCSInvalidSetViewException, JNCSNativeLibraryException, JNCSReadLineException

public class JNCSException
extends java.lang.Exception

JNCSException is a top level exception class, covering all errors that JNCS* objects may generate.

Since:
ECW Java SDK 2.3
See Also:
Serialized Form

Constructor Summary
JNCSException()
           
JNCSException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JNCSException

public JNCSException()

JNCSException

public JNCSException(java.lang.String s)