All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.impl.common.NoSuchLibException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.sun.jaw.reference.common.JawException
                           |
                           +----com.sun.jaw.impl.common.NoSuchLibException

public class NoSuchLibException
extends JawException
This Java DMK exception is used to report that the native library to be loaded was not found.


Constructor Index

 o NoSuchLibException()
Default constructor.
 o NoSuchLibException(String)
Constructor that allows a specific error message to be specified.

Constructors

 o NoSuchLibException
 public NoSuchLibException()
Default constructor.

 o NoSuchLibException
 public NoSuchLibException(String msg)
Constructor that allows a specific error message to be specified.


All Packages  Class Hierarchy  This Package  Previous  Next  Index