|
VisiBroker for Java |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.omg.CORBA.UserException com.inprise.vbroker.ServerManager.ContainerPackage.NameInvalid
public final class NameInvalid
Raised by various methods in the Container interface. It generally implies the invalidity of a name
specified in the method. For example, Container::get_property(string name)
would throw
this exception if a property having the name
is not defined in the container.
Constructor Summary | |
---|---|
NameInvalid()
|
|
NameInvalid(java.lang.String _reason)
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NameInvalid()
public NameInvalid(java.lang.String _reason)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Throwable
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |