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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.gcube.dataaccess.spql.model.error.SyntaxError
All Implemented Interfaces:
Serializable, QueryError

public class SyntaxError
extends RuntimeException
implements QueryError

Author:
"Federico De Faveri defaveri@isti.cnr.it"
See Also:
Serialized Form

Constructor Summary
SyntaxError(String errorMessage)
           
 
Method Summary
 String getErrorMessage()
           
 String toString()
          
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SyntaxError

public SyntaxError(String errorMessage)
Method Detail

getErrorMessage

public String getErrorMessage()
Specified by:
getErrorMessage in interface QueryError

toString

public String toString()

Overrides:
toString in class Throwable


Copyright © 2013. All Rights Reserved.