Class implementing the JwmaError model.
It can contain an embedded exception and allows
access to it and it's corresponding stack trace.
author: Dieter Wimberger version: 0.9.7 07/02/2003
Constructor Summary
public
JwmaException(String msg) Constructs a new JwmaException instance
with a given description.
public
JwmaException(String msg, boolean inlined) Constructs a new JwmaException instance.
Constructs a new JwmaException instance
with a given description.
Parameters: msg - the description of the Exception as String.
JwmaException
public JwmaException(String msg, boolean inlined)(Code)
Constructs a new JwmaException instance.
with a given description and possibly as inline error.
Parameters: msg - the description of the Exception as String. Parameters: inlined - true when inline error, false otherwise.
Method Detail
addDescription
public void addDescription(String description)(Code)
Sets the flag that controls if the Exception represents
an inline error.
An inline error should be displayed within the same view
and not on the error view.
true if the overriding is to be allowed, false otherwise. reference to this exception.