Anyframe Core

anyframe.common.exception.message
Class Message

java.lang.Object
  extended by anyframe.common.exception.message.Message
All Implemented Interfaces:
Serializable

public class Message
extends Object
implements Serializable

This class is a structure for defining exception message.

Author:
SoYon Lim
See Also:
Serialized Form

Constructor Summary
Message()
           
Message(String messageKey, String userMessage, String solution, String reason)
           
 
Method Summary
 String getMessageKey()
           
 String getReason()
           
 String getSolution()
           
 String getUserMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Message

public Message()

Message

public Message(String messageKey,
               String userMessage,
               String solution,
               String reason)
Method Detail

getMessageKey

public String getMessageKey()

getReason

public String getReason()

getSolution

public String getSolution()

getUserMessage

public String getUserMessage()

Anyframe Core

Copyright © 2008-2009 Samsung SDS. All Rights Reserved.