Class ContentNotRecognizedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.pentaho.reporting.libraries.base.util.StackableException
-
- org.pentaho.reporting.libraries.resourceloader.ResourceException
-
- org.pentaho.reporting.libraries.resourceloader.ResourceCreationException
-
- org.pentaho.reporting.libraries.resourceloader.ContentNotRecognizedException
-
- All Implemented Interfaces:
java.io.Serializable
public class ContentNotRecognizedException extends ResourceCreationException
The ContentNotRecognizedException signals that none of the selected resource factories was able to handle the request.- Author:
- Thomas Morgner
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContentNotRecognizedException()
Creates a ContentNotRecognizedException with no message and no parent.ContentNotRecognizedException(java.lang.String message)
Creates an ContentNotRecognizedException.ContentNotRecognizedException(java.lang.String message, java.lang.Exception ex)
Creates an ContentNotRecognizedException.
-
Method Summary
-
Methods inherited from class org.pentaho.reporting.libraries.base.util.StackableException
getMessage, getParent, getParentThrowable, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
ContentNotRecognizedException
public ContentNotRecognizedException()
Creates a ContentNotRecognizedException with no message and no parent.
-
ContentNotRecognizedException
public ContentNotRecognizedException(java.lang.String message, java.lang.Exception ex)
Creates an ContentNotRecognizedException.- Parameters:
message
- the exception message.ex
- the parent exception.
-
ContentNotRecognizedException
public ContentNotRecognizedException(java.lang.String message)
Creates an ContentNotRecognizedException.- Parameters:
message
- the exception message.
-
-