net.sf.farrago.resource
Class FarragoResource._Def7

java.lang.Object
  extended by org.eigenbase.resgen.ResourceDefinition
      extended by net.sf.farrago.resource.FarragoResource._Def7
Enclosing class:
FarragoResource

public final class FarragoResource._Def7
extends org.eigenbase.resgen.ResourceDefinition

Definition for resources which return a SqlValidatorException exception and take arguments 'String p0'.


Field Summary
 
Fields inherited from class org.eigenbase.resgen.ResourceDefinition
baseMessage, key, TYPE_DATE, TYPE_NUMBER, TYPE_STRING, TYPE_TIME, TYPE_UNKNOWN
 
Constructor Summary
FarragoResource._Def7(String key, String baseMessage, String[] props)
           
 
Method Summary
 SqlValidatorException ex(String p0)
           
 SqlValidatorException ex(String p0, Throwable err)
           
 String str(String p0)
           
 
Methods inherited from class org.eigenbase.resgen.ResourceDefinition
getArgType, getArgTypes, getArgTypes, getArgTypesByHand, getBaseMessage, getKey, getProperties, instantiate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FarragoResource._Def7

FarragoResource._Def7(String key,
                      String baseMessage,
                      String[] props)
Method Detail

str

public String str(String p0)

ex

public SqlValidatorException ex(String p0)

ex

public SqlValidatorException ex(String p0,
                                Throwable err)