net.sf.farrago.resource
Class FarragoResource._Def9

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

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

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


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._Def9(String key, String baseMessage, String[] props)
           
 
Method Summary
 SqlValidatorException ex()
           
 SqlValidatorException ex(Throwable err)
           
 String str()
           
 
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._Def9

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

str

public String str()

ex

public SqlValidatorException ex()

ex

public SqlValidatorException ex(Throwable err)