org.granite.tide
Class TideMessage

java.lang.Object
  extended by org.granite.tide.TideMessage
All Implemented Interfaces:
Externalizable, Serializable

public class TideMessage
extends Object
implements Externalizable

Author:
William DRAI
See Also:
Serialized Form

Field Summary
static String ERROR
           
static String FATAL
           
static String INFO
           
static String WARNING
           
 
Constructor Summary
TideMessage(String severity, String summary, String detail)
           
 
Method Summary
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INFO

public static final String INFO
See Also:
Constant Field Values

WARNING

public static final String WARNING
See Also:
Constant Field Values

ERROR

public static final String ERROR
See Also:
Constant Field Values

FATAL

public static final String FATAL
See Also:
Constant Field Values
Constructor Detail

TideMessage

public TideMessage(String severity,
                   String summary,
                   String detail)
Method Detail

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException