Horus Doc || Java GUI Reference || Doxygen's quick Index  

InvalidChoiceException Class Reference

Exception for an invalid choice in a CorbaObjectChoice. More...

List of all members.

Public Methods

 InvalidChoiceException ()
 InvalidChoiceException (String m)
String toString ()


Detailed Description

Exception for an invalid choice in a CorbaObjectChoice.


Constructor & Destructor Documentation

InvalidChoiceException::InvalidChoiceException   [inline]
 

00020 {
00021     _message = null;
00022 }

InvalidChoiceException::InvalidChoiceException String    m [inline]
 

00025 {
00026     _message = m;
00027 }


Member Function Documentation

String InvalidChoiceException::toString   [inline]
 

00030 {
00031     if(_message == null)
00032         return super.toString();
00033     else
00034         return "Invalid choice: "+_message;
00035 }


The documentation for this class was generated from the following file:
Generated on Mon Jan 27 15:11:22 2003 for JavaReference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001