mondrian.resource
Class MondrianResource._Def0

java.lang.Object
  extended by org.eigenbase.resgen.ResourceDefinition
      extended by mondrian.resource.MondrianResource._Def0
Enclosing class:
MondrianResource

public final class MondrianResource._Def0
extends ResourceDefinition

Definition for resources which return a MondrianException 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
MondrianResource._Def0(String key, String baseMessage, String[] props)
           
 
Method Summary
 MondrianException ex(String p0)
           
 MondrianException 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

MondrianResource._Def0

MondrianResource._Def0(String key,
                       String baseMessage,
                       String[] props)
Method Detail

str

public String str(String p0)

ex

public MondrianException ex(String p0)

ex

public MondrianException ex(String p0,
                            Throwable err)

SourceForge.net_Logo