RoboJDETM v2.0

java.lang
Class Throwable

java.lang.Object
  extended by java.lang.Throwable
Direct Known Subclasses:
Error, Exception

public class Throwable
extends Object

The root class of all errors and exceptions.


Constructor Summary
Throwable()
           
Throwable(String message)
           
 
Method Summary
 Throwable fillInStackTrace()
          Fills in the stack trace in this throwable.
 String getMessage()
          Gets the message for this throwable.
 void printStackTrace()
          Prints the message and stack trace.
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Constructor Detail

Throwable

public Throwable()

Throwable

public Throwable(String message)
Method Detail

fillInStackTrace

public Throwable fillInStackTrace()
Fills in the stack trace in this throwable.

Returns:
this

getMessage

public String getMessage()
Gets the message for this throwable.

Returns:
message

printStackTrace

public void printStackTrace()
Prints the message and stack trace.


RoboJDETM v2.0

Copyright (c) 2003-2009 RidgeSoft, LLC. All rights reserved.
www.ridgesoft.com