Serialized Form
-
Package org.carrot2.labs.smartsprites.message
-
Class org.carrot2.labs.smartsprites.message.Message
class Message extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
arguments
Object[] arguments
Additional arguments to this message, used to format the human-readable string. -
cssPath
String cssPath
CSS file to which this message refers ornull
. -
level
Message.MessageLevel level
Importance of this message. -
line
int line
Line number to which this message refers, meaningful only ifMessage.cssPath
is notnull
. -
type
Message.MessageType type
Semantics of the message.
-
-