public class PadMessage
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
length
The padding size.
|
private java.lang.Object |
text
The message.
|
Constructor and Description |
---|
PadMessage(java.lang.Object message,
int length)
Creates a new message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns a string representation of the message.
|