com.jpackages.jdun
Class JDUNLibraryLoadFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jpackages.jdun.LibraryLoadFailedException
              extended by com.jpackages.jdun.JDUNLibraryLoadFailedException
All Implemented Interfaces:
java.io.Serializable

public class JDUNLibraryLoadFailedException
extends LibraryLoadFailedException

This exception is thrown when the JDUN library (jdun98.dll and jdun2k.dll) fails to load.

The library is either not on the library path or is damaged or missing.

Copyright (c) 2001-2007

Author:
JPackages.com
See Also:
Serialized Form

Constructor Summary
JDUNLibraryLoadFailedException()
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JDUNLibraryLoadFailedException

public JDUNLibraryLoadFailedException()