com.googlecode.jpattern.service.log.event
Class NullMessage

java.lang.Object
  extended by com.googlecode.jpattern.service.log.event.NullMessage
All Implemented Interfaces:
IMessage, java.io.Serializable

public class NullMessage
extends java.lang.Object
implements IMessage

Author:
Francesco Cina' 09/apr/2010
See Also:
Serialized Form

Constructor Summary
NullMessage()
           
 
Method Summary
 java.lang.String getClassName()
           
 java.util.Date getDate()
           
 java.lang.String getException()
           
 java.lang.String getMessage()
           
 java.lang.String getMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullMessage

public NullMessage()
Method Detail

getClassName

public java.lang.String getClassName()
Specified by:
getClassName in interface IMessage

getDate

public java.util.Date getDate()
Specified by:
getDate in interface IMessage

getMessage

public java.lang.String getMessage()
Specified by:
getMessage in interface IMessage

getMethod

public java.lang.String getMethod()
Specified by:
getMethod in interface IMessage

getException

public java.lang.String getException()


Copyright © 2011. All Rights Reserved.