Class ContentNotRecognizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pentaho.reporting.libraries.resourceloader.ResourceException
org.pentaho.reporting.libraries.resourceloader.ResourceCreationException
org.pentaho.reporting.libraries.resourceloader.ContentNotRecognizedException
- All Implemented Interfaces:
Serializable
The ContentNotRecognizedException signals that none of the selected resource factories was able to handle the
request.
- Author:
- Thomas Morgner
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a ContentNotRecognizedException with no message and no parent.ContentNotRecognizedException
(String message) Creates an ContentNotRecognizedException.ContentNotRecognizedException
(String message, Exception ex) Creates an ContentNotRecognizedException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ContentNotRecognizedException
public ContentNotRecognizedException()Creates a ContentNotRecognizedException with no message and no parent. -
ContentNotRecognizedException
Creates an ContentNotRecognizedException.- Parameters:
message
- the exception message.ex
- the parent exception.
-
ContentNotRecognizedException
Creates an ContentNotRecognizedException.- Parameters:
message
- the exception message.
-