org.pentaho.reporting.engine.classic.core.layout.output
Class ContentProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pentaho.reporting.libraries.base.util.StackableException
org.pentaho.reporting.engine.classic.core.layout.output.ContentProcessingException
- All Implemented Interfaces:
- Serializable
public class ContentProcessingException
- extends org.pentaho.reporting.libraries.base.util.StackableException
Creation-Date: 08.05.2007, 20:08:45
- Author:
- Thomas Morgner
- See Also:
- Serialized Form
Methods inherited from class org.pentaho.reporting.libraries.base.util.StackableException |
getMessage, getParent, getParentThrowable, printStackTrace, printStackTrace, printStackTrace, toString |
ContentProcessingException
public ContentProcessingException()
- Creates a StackableRuntimeException with no message and no parent.
ContentProcessingException
public ContentProcessingException(String message,
Exception ex)
- Creates an exception.
- Parameters:
message
- the exception message.ex
- the parent exception.
ContentProcessingException
public ContentProcessingException(String message)
- Creates an exception.
- Parameters:
message
- the exception message.