2003.09.15


jdc.java.lang
Class RuntimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--jdc.java.lang.RuntimeException
All Implemented Interfaces:
java.io.Serializable

public class RuntimeException
extends java.lang.RuntimeException

A wrapper class for java.lang.RuntimeException.

Version:
1.0
Author:
Jay Damon
See Also:
Serialized Form

Constructor Summary
RuntimeException()
          Constructs a new RuntimeException.
RuntimeException(java.lang.String message)
          Constructs a new RuntimeException with the specified runtime exception message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RuntimeException

public RuntimeException()
Constructs a new RuntimeException.


RuntimeException

public RuntimeException(java.lang.String message)
Constructs a new RuntimeException with the specified runtime exception message.


2003.09.15



Copyright © 2003 J. Damon & Co.; All Rights Reserved WorldWide.