DCT Lightfoot v3 API specification

java.lang
Class Throwable

java.lang.Object
  |
  +--java.lang.Throwable
Direct Known Subclasses:
Error, Exception

public class Throwable
extends Object

This is the superclass of all exceptions


Field Summary
protected  int[] stackTrace
          The stack trace that goes with this
 
Constructor Summary
Throwable()
          Create a throwable with no message
Throwable(java.lang.String msg)
          Create a throwable with a message
 
Method Summary
 java.lang.String getMessage()
          Get the message
 void printStackTrace()
          Print the stack trace
 java.lang.String toString()
          Convert to a string
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

stackTrace

protected int[] stackTrace
The stack trace that goes with this

Constructor Detail

Throwable

public Throwable()
Create a throwable with no message


Throwable

public Throwable(java.lang.String msg)
Create a throwable with a message

Parameters:
msg - The message
Method Detail

getMessage

public java.lang.String getMessage()
Get the message

Returns:
the message

printStackTrace

public void printStackTrace()
Print the stack trace


toString

public java.lang.String toString()
Convert to a string

Overrides:
toString in class Object
Returns:
the string

DCT Lightfoot v3 API specification

DCT Lightfoot v3 API specification