CORBA.UserException
Contents
-
CORBA.UserException.UserException()
-
CORBA.UserException.UserException()
-
CORBA.UserException.UserException()
-
CORBA.UserException.toString()
Synopsis:
OrbixWeb implementations of user exceptions are organised into a class hierarchy: each user exception is mapped to a derived class of UserException
(which in turn is a derived class of CORBAException
).
OrbixWeb:
// Java
public class UserException extends CORBAException {
// Constructors
public UserException();
public UserException(UserException ex);
public UserException(String id);
// Method
public String toString();
}
See Also:
CORBA.CORBAException
CORBA.SystemException
CORBA.UserException.UserException()
Synopsis:
public UserException();
Description:
Default constructor.
Notes:
OrbixWeb specific.
CORBA.UserException.UserException()
Synopsis:
public UserException(UserException ex);
Description:
Copy constructor.
Notes:
OrbixWeb specific.
CORBA.UserException.UserException()
Synopsis:
public UserException(String id);
Description:
Creates a user exception object with the specified identifier. This identifier is used in the output from CORBA.UserException.toString()
.
Notes:
OrbixWeb specific.
See Also:
CORBA.UserException.toString()
CORBA.UserException.toString()
Synopsis:
public String toString();
Description:
Converts the exception information to a string.
Notes:
OrbixWeb specific.
[Roadmap]
[Utilities]
[Compiling]
[Configuration]
[Class Reference]
[IR Reference]
[Daemon Reference]
[IDL Grammar]
[System Exceptions]
[Index]