mondrian.util
Class CreationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by mondrian.olap.MondrianException
                  extended by mondrian.util.CreationException
All Implemented Interfaces:
Serializable

public class CreationException
extends MondrianException

See Also:
Serialized Form
 

Constructor Summary
CreationException()
           
CreationException(String s)
           
CreationException(String s, Throwable t)
           
CreationException(Throwable t)
           
 
Method Summary
 
Methods inherited from class mondrian.olap.MondrianException
getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreationException

public CreationException()

CreationException

public CreationException(String s)

CreationException

public CreationException(String s,
                         Throwable t)

CreationException

public CreationException(Throwable t)

SourceForge.net_Logo