org.jfree.resourceloader

Class ContentNotRecognizedException


public class ContentNotRecognizedException
extends ResourceCreationException

The ContentNotRecognizedException signals that none of the selected resource factories was able to handle the request.
Author:
Thomas Morgner

Constructor Summary

ContentNotRecognizedException()
Creates a ContentNotRecognizedException with no message and no parent.
ContentNotRecognizedException(String message)
Creates an ContentNotRecognizedException.
ContentNotRecognizedException(String message, Exception ex)
Creates an ContentNotRecognizedException.

Constructor Details

ContentNotRecognizedException

public ContentNotRecognizedException()
Creates a ContentNotRecognizedException with no message and no parent.

ContentNotRecognizedException

public ContentNotRecognizedException(String message)
Creates an ContentNotRecognizedException.
Parameters:
message - the exception message.

ContentNotRecognizedException

public ContentNotRecognizedException(String message,
                                     Exception ex)
Creates an ContentNotRecognizedException.
Parameters:
message - the exception message.
ex - the parent exception.