org.pentaho.reporting.libraries.repository
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.
|
getParent, printStackTrace, printStackTrace, printStackTracepublic 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.