mondrian.resource
Class MondrianResource._Def3

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

public final class MondrianResource._Def3
extends ResourceDefinition

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

MondrianResource._Def3

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

str

public String str()

ex

public MondrianException ex()

ex

public MondrianException ex(Throwable err)

SourceForge.net_Logo