All Packages Class Hierarchy This Package Previous Next Index
Class com.sun.jaw.reference.common.JawRuntimeException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----com.sun.jaw.reference.common.JawRuntimeException
- public abstract class JawRuntimeException
- extends RuntimeException
This class represents runtime exceptions emitted by JDMK.
-
JawRuntimeException()
- Default constructor.
-
JawRuntimeException(String)
- Constructor that allows a specific error message to be specified.
JawRuntimeException
public JawRuntimeException()
- Default constructor.
JawRuntimeException
public JawRuntimeException(String msg)
- Constructor that allows a specific error message to be specified.
All Packages Class Hierarchy This Package Previous Next Index