Anyframe Core

anyframe.common.exception.message
Interface AnyFrameMessageSource

All Known Implementing Classes:
BaseException, NestedRuntimeException, QueryServiceException

public interface AnyFrameMessageSource

Strategy interface for getting a Message structure which includes user message, solution message and reason message. All exception of Anyframe have to implement this.

Author:
SoYon Lim

Method Summary
 Message getMessages()
          Get a Message structure which includes user message, solution message and reason message.
 

Method Detail

getMessages

Message getMessages()
Get a Message structure which includes user message, solution message and reason message.

Returns:
Message include user message, solution and error reason

Anyframe Core

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