org.objectweb.jonas_lib.genbase.GenBaseException Class Reference

List of all members.

Public Member Functions

 GenBaseException ()
 GenBaseException (String msg)
 GenBaseException (Exception inner)
 GenBaseException (String msg, Exception inner)

Detailed Description

This class represents the exception that can be throwned by the ClientStubGen tool.
Author:
Guillaume Sauthier

Definition at line 32 of file GenBaseException.java.


Constructor & Destructor Documentation

org.objectweb.jonas_lib.genbase.GenBaseException.GenBaseException  ) 
 

Constructs a GenBaseException with no specified detail message.

Definition at line 37 of file GenBaseException.java.

org.objectweb.jonas_lib.genbase.GenBaseException.GenBaseException String  msg  ) 
 

Constructs an GenBaseException with the specified detail message.

Parameters:
msg Error message

Definition at line 45 of file GenBaseException.java.

org.objectweb.jonas_lib.genbase.GenBaseException.GenBaseException Exception  inner  ) 
 

Constructs an GenBaseException with the specified detail message.

Parameters:
inner Cause Exception to wrap

Definition at line 53 of file GenBaseException.java.

org.objectweb.jonas_lib.genbase.GenBaseException.GenBaseException String  msg,
Exception  inner
 

Constructs an GenBaseException with the specified detail message.

Parameters:
msg Error message
inner Cause Exception to wrap

Definition at line 62 of file GenBaseException.java.


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:12:45 2005 for JOnAS by  doxygen 1.3.9.1