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.
-
JawException()
- Default constructor.
-
JawException(String)
- Constructor that allows a specific error message to be specified.
JawException
public JawException()
- Default constructor.
JawException
public JawException(String msg)
- Constructor that allows a specific error message to be specified.
All Packages Class Hierarchy This Package Previous Next Index