org.jfree.resourceloader
Class ContentNotRecognizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jfree.util.StackableException
org.jfree.resourceloader.ResourceException
org.jfree.resourceloader.ResourceCreationException
org.jfree.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
Methods inherited from class org.jfree.util.StackableException |
getParent, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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.