org.pentaho.reporting.libraries.resourceloader
public class ContentNotRecognizedException extends ResourceCreationException
Constructor Summary | |
---|---|
ContentNotRecognizedException()
Creates a ContentNotRecognizedException with no message and no parent. | |
ContentNotRecognizedException(String message, Exception ex)
Creates an ContentNotRecognizedException.
| |
ContentNotRecognizedException(String message)
Creates an ContentNotRecognizedException.
|
Parameters: message the exception message. ex the parent exception.
Parameters: message the exception message.