Package com.sun.tools.corba.se.logutil
Class InputException
java.lang.Object
com.sun.tools.corba.se.logutil.InputException
-
Constructor Summary
ConstructorsConstructorDescriptionInputException(String name) Constructs a newInputExceptionwith the specified name. -
Method Summary
-
Constructor Details
-
InputException
Constructs a newInputExceptionwith the specified name.- Parameters:
name- the name of the new exception;
-
-
Method Details
-
add
Adds a new code to this exception.- Parameters:
c- the code to add.
-
getName
Returns the name of this exception.- Returns:
- the exception's name.
-
getCodes
Returns the codes associated with this exception.- Returns:
- the exception's codes.
-
toString
Returns a textual representation of this exception.
-