public class ContentIOException
extends org.pentaho.reporting.libraries.base.util.StackableException
Constructor and Description |
---|
ContentIOException()
Creates a ContentIOException with no message and no parent.
|
ContentIOException(java.lang.String message)
Creates an ContentIOException.
|
ContentIOException(java.lang.String message,
java.lang.Exception ex)
Creates an ContentIOException.
|
getMessage, getParent, getParentThrowable, printStackTrace, printStackTrace, printStackTrace, toString
public ContentIOException()
public ContentIOException(java.lang.String message, java.lang.Exception ex)
message
- the exception message.ex
- the parent exception.public ContentIOException(java.lang.String message)
message
- the exception message.