com.googlecode.jpattern.shared.result
Class ErrorMessage
java.lang.Object
com.googlecode.jpattern.shared.result.ErrorMessage
- All Implemented Interfaces:
- IErrorMessage, Serializable
public class ErrorMessage
- extends Object
- implements IErrorMessage
- Author:
- Francesco Cina'
29/gen/2011
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ErrorMessage
public ErrorMessage(String propertyName,
String propertyMessage)
ErrorMessage
public ErrorMessage(String propertyName,
String propertyMessage,
String[] parameters)
getMessage
public String getMessage()
- Specified by:
getMessage in interface IErrorMessage
getName
public String getName()
- Specified by:
getName in interface IErrorMessage
getParameters
public String[] getParameters()
- Specified by:
getParameters in interface IErrorMessage
Copyright © 2011. All Rights Reserved.