All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.reference.common.JawException

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

public class JawException
extends Exception
This class represents exceptions emitted by JDMK.


Constructor Index

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

Constructors

 o JawException
 public JawException()
Default constructor.

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index