org.pentaho.reporting.engine.classic.core.metadata
Class MetaDataLookupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.pentaho.reporting.libraries.base.util.StackableRuntimeException
                  extended by org.pentaho.reporting.engine.classic.core.metadata.MetaDataLookupException
All Implemented Interfaces:
Serializable

public class MetaDataLookupException
extends org.pentaho.reporting.libraries.base.util.StackableRuntimeException

Todo: Document Me

Author:
Thomas Morgner
See Also:
Serialized Form

Constructor Summary
MetaDataLookupException()
          Creates a StackableRuntimeException with no message and no parent.
MetaDataLookupException(String message)
          Creates an exception.
MetaDataLookupException(String message, Exception ex)
          Creates an exception.
 
Method Summary
 
Methods inherited from class org.pentaho.reporting.libraries.base.util.StackableRuntimeException
getParent, getParentThrowable, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MetaDataLookupException

public MetaDataLookupException()
Creates a StackableRuntimeException with no message and no parent.


MetaDataLookupException

public MetaDataLookupException(String message,
                               Exception ex)
Creates an exception.

Parameters:
message - the exception message.
ex - the parent exception.

MetaDataLookupException

public MetaDataLookupException(String message)
Creates an exception.

Parameters:
message - the exception message.