All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.util.install.InstallerException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----semper.util.install.InstallerException

public class InstallerException
extends Exception
Generic exception class for the Installer.

Version:
$Revision: 1.1 $ $Date: 1997/04/25 12:26:43 $
Author:
N. Asokan ([email protected])

Constructor Index

 o InstallerException()
Constructor.
 o InstallerException(String)
Constructor with a message as argument.
 o InstallerException(String, String)
Constructor with a two types of messages as arguments.

Method Index

 o getUserMessage()
Extract the user displayable part of the error message
 o toString()
Prepend a label to indicate the service block.

Constructors

 o InstallerException
 public InstallerException()
Constructor.

 o InstallerException
 public InstallerException(String mesg)
Constructor with a message as argument.

Parameters:
mesg - message
 o InstallerException
 public InstallerException(String user_msg,
                           String detailed_msg)
Constructor with a two types of messages as arguments.

Parameters:
user_msg - is a message that is intended to be displayed to the user (i.e. is short, probably in the local language)
detailed_msg - is additional information about the exception

Methods

 o getUserMessage
 public String getUserMessage()
Extract the user displayable part of the error message

Returns:
string containing user displayable part
 o toString
 public String toString()
Prepend a label to indicate the service block.

Returns:
string describing this exception
Overrides:
toString in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index