org.gcube.dataaccess.spql.model.error
Class AbstractQueryError

java.lang.Object
  extended by org.gcube.dataaccess.spql.model.error.AbstractQueryError
All Implemented Interfaces:
QueryError
Direct Known Subclasses:
InvalidValueError

public class AbstractQueryError
extends Object
implements QueryError

Author:
"Federico De Faveri defaveri@isti.cnr.it"

Field Summary
protected  String errorMessage
           
 
Constructor Summary
AbstractQueryError(String errorMessage)
           
 
Method Summary
 String getErrorMessage()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

errorMessage

protected String errorMessage
Constructor Detail

AbstractQueryError

public AbstractQueryError(String errorMessage)
Parameters:
errorMessage -
Method Detail

getErrorMessage

public String getErrorMessage()

Specified by:
getErrorMessage in interface QueryError


Copyright © 2013. All Rights Reserved.