org.jfree.resourceloader
Class ContentNotRecognizedException
The ContentNotRecognizedException signals that none of the selected resource
factories was able to handle the request.
ContentNotRecognizedException
public ContentNotRecognizedException(String message)
Creates an ContentNotRecognizedException.
message
- the exception message.
ContentNotRecognizedException
public ContentNotRecognizedException(String message,
Exception ex)
Creates an ContentNotRecognizedException.
message
- the exception message.ex
- the parent exception.