org.omg.CosNaming.NamingContextPackage

Class InvalidName

public final class InvalidName extends UserException implements IDLEntity

The exception is thrown if the name has the zero length or is otherwise invalid.
Constructor Summary
InvalidName()
The default constructor.
InvalidName(String why)
Creates an exception with explanation, why the name is invalid.

Constructor Detail

InvalidName

public InvalidName()
The default constructor.

InvalidName

public InvalidName(String why)
Creates an exception with explanation, why the name is invalid.

Parameters: why the string, explaining why the name is invalid.