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.


Constructor Index

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

Constructors

 o JawRuntimeException
 public JawRuntimeException()
Default constructor.

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index