|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.ibm.manplato.GUIParts.Client.ConduitNotValidException
The ConduitNotValidException class. This exception is generated when a conduit is specified to be loaded, but it is not there or is not a valid conduit class.
Constructor Summary | |
ConduitNotValidException()
Constructs a new ConduitNotValidException object. |
|
ConduitNotValidException(java.lang.String s)
Constructs a new ConduitNotValidException object, using the specified message text. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public ConduitNotValidException()
public ConduitNotValidException(java.lang.String s)
s
- a text message to accompiany this exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |