com.jpackages.jflashplayer
Class JFlashLibraryLoadFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jpackages.jflashplayer.JFlashLibraryLoadFailedException
All Implemented Interfaces:
java.io.Serializable

public class JFlashLibraryLoadFailedException
extends java.lang.Exception

This exception is thrown when a required library is missing, damaged, or on a non-windows system.

Required libraries include the JFlash DLL and the ATL DLLs.

Copyright (c) 2001-2007

Author:
JPackages.com
See Also:
Serialized Form

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

JFlashLibraryLoadFailedException

public JFlashLibraryLoadFailedException(java.lang.String s)

JFlashLibraryLoadFailedException

public JFlashLibraryLoadFailedException()