org.jfree.resourceloader

Class ResourceLoadingException


public class ResourceLoadingException
extends ResourceException

Creation-Date: 05.04.2006, 13:03:37
Author:
Thomas Morgner

Constructor Summary

ResourceLoadingException()
Creates a StackableRuntimeException with no message and no parent.
ResourceLoadingException(String message)
Creates an exception.
ResourceLoadingException(String message, Exception ex)
Creates an exception.

Constructor Details

ResourceLoadingException

public ResourceLoadingException()
Creates a StackableRuntimeException with no message and no parent.

ResourceLoadingException

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

ResourceLoadingException

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