Throwable.Throwable

Throwable.Throwable

Class Overview | Class Members | This Package | All Packages

Syntax 1
public Throwable()
Description
Constructs a new Throwable with no detail message. The stack trace is automatically filled in.



Syntax 2
public Throwable( String message )
Parameters
message
the detail message.
Description
Constructs a new Throwable with the specified detail message. The stack trace is automatically filled in.