Groovy Documentation

metridoc.plugins.sql
[Groovy] Class NoSqlProviderException

java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          java.lang.RuntimeException
              metridoc.plugins.sql.NoSqlProviderException

class NoSqlProviderException
extends RuntimeException

Created by IntelliJ IDEA. User: tbarker Date: 5/31/11 Time: 10:22 AM


Property Summary
def url

 
Constructor Summary
NoSqlProviderException(String url)

 
Method Summary
String getMessage()

 
Methods inherited from class RuntimeException
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 
Methods inherited from class Exception
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 

Property Detail

url

def url


 
Constructor Detail

NoSqlProviderException

NoSqlProviderException(String url)


 
Method Detail

getMessage

@Override
String getMessage()


 

Groovy Documentation