org.pentaho.reporting.engine.classic.core.metadata
Class MetaDataLookupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pentaho.reporting.libraries.base.util.StackableRuntimeException
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
Methods inherited from class org.pentaho.reporting.libraries.base.util.StackableRuntimeException |
getParent, getParentThrowable, printStackTrace, printStackTrace, printStackTrace |
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.