com.ermapper.ecw
Class JNCSNativeLibraryException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ermapper.ecw.JNCSException
                    |
                    +--com.ermapper.ecw.JNCSNativeLibraryException
All Implemented Interfaces:
java.io.Serializable

public class JNCSNativeLibraryException
extends JNCSException

JNCSNativeLibraryException is an exception that native library ecw support is unavailable for one of two reasons: 1) Security restriction (unsigned applet) 2) Could not find the libraries.

Since:
ECW Java SDK 2.3
See Also:
Serialized Form

Constructor Summary
JNCSNativeLibraryException()
           
JNCSNativeLibraryException(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

JNCSNativeLibraryException

public JNCSNativeLibraryException()

JNCSNativeLibraryException

public JNCSNativeLibraryException(java.lang.String s)