|
|||||||||
| 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.tspaces.TupleSpaceException
A TupleSpaceException represents an exception to the normal processing of a TupleSpace.
Field,
Tuple,
TupleSpace, Serialized Form| Constructor Summary | |
TupleSpaceException(java.lang.String msg)
Create a TupleSpace exception and record a reason for the exception. |
|
TupleSpaceException(java.lang.String messageKey,
java.lang.Object p1)
Create a TupleSpace exception and record a reason for the exception. |
|
TupleSpaceException(java.lang.String messageKey,
java.lang.Object[] messageParameters)
Create a TupleSpace exception and record a reason for the exception. |
|
TupleSpaceException(java.lang.String messageKey,
java.lang.Object p1,
java.lang.Object p2)
Create a TupleSpace exception and record a reason for the exception. |
|
TupleSpaceException(java.lang.String messageKey,
java.lang.Object p1,
java.lang.Object p2,
java.lang.Object p3)
Create a TupleSpace exception and record a reason for the exception. |
|
TupleSpaceException(java.lang.String messageKey,
java.lang.Object p1,
java.lang.Object p2,
java.lang.Object p3,
java.lang.Object p4)
Create a TupleSpace exception and record a reason for the exception. |
|
TupleSpaceException(java.lang.String messageKey,
java.lang.Object p1,
java.lang.Object p2,
java.lang.Object p3,
java.lang.Object p4,
java.lang.Object p5)
Create a TupleSpace exception and record a reason for the exception. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Needed because all classes that go in a Field of a Tuple must have an equals operator defined; even though the exception classes only go in there to be passed back to the client and are never put into a space, this is the way it is for now. |
protected static java.util.ResourceBundle |
getBundle()
Return the appropriate ResourceBundle instance. |
protected static java.lang.Object[] |
removeNulls(java.lang.Object[] params)
remove the nulls from the params because they will cause a problem when formatting. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
| Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public TupleSpaceException(java.lang.String msg)
msg - The reason for the TupleSpace exception
public TupleSpaceException(java.lang.String messageKey,
java.lang.Object[] messageParameters)
messageString - A localized message pattern for use by the
class MessageFormatmessageParameters - The array of parameters to be substituted
into the message string during formating
public TupleSpaceException(java.lang.String messageKey,
java.lang.Object p1)
messageString - A localized message pattern for use by the
class MessageFormatp1 - a paramater to be substituted into the format string
public TupleSpaceException(java.lang.String messageKey,
java.lang.Object p1,
java.lang.Object p2)
messageString - A localized message pattern for use by the
class MessageFormatp1 - a paramater to be substituted into the format stringp2 - a paramater to be substituted into the format string
public TupleSpaceException(java.lang.String messageKey,
java.lang.Object p1,
java.lang.Object p2,
java.lang.Object p3)
messageString - A localized message pattern for use by the
class MessageFormatp1 - a paramater to be substituted into the format stringp2 - a paramater to be substituted into the format stringp3 - a paramater to be substituted into the format string
public TupleSpaceException(java.lang.String messageKey,
java.lang.Object p1,
java.lang.Object p2,
java.lang.Object p3,
java.lang.Object p4)
messageString - A localized message pattern for use by the
class MessageFormatp1 - a paramater to be substituted into the format stringp2 - a paramater to be substituted into the format stringp3 - a paramater to be substituted into the format stringp4 - a paramater to be substituted into the format string
public TupleSpaceException(java.lang.String messageKey,
java.lang.Object p1,
java.lang.Object p2,
java.lang.Object p3,
java.lang.Object p4,
java.lang.Object p5)
messageString - A localized message pattern for use by the
class MessageFormatp1 - a paramater to be substituted into the format stringp2 - a paramater to be substituted into the format stringp3 - a paramater to be substituted into the format stringp4 - a paramater to be substituted into the format stringp5 - a paramater to be substituted into the format string| Method Detail |
public boolean equals(java.lang.Object o)
protected static java.lang.Object[] removeNulls(java.lang.Object[] params)
params - the original paramsprotected static java.util.ResourceBundle getBundle()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||