public class IlvExceptionMessage extends Object
try { // can throw an IO Exception accessChannel = new RandomAccessFile(fName, "r"); } catch (IOException e) { // Display a message and return null if file cannot be opened for reading. new IlvExceptionMessage(e,"Error opening "+fName); return null; }
Constructor and Description |
---|
IlvExceptionMessage(Throwable e,
String message)
Displays the message of the specified exception and additional information
message in a dialog box.
|
public IlvExceptionMessage(Throwable e, String message)
e
- The exception to be displayedmessage
- The additional information to be displayed (or null)© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.