org.pentaho.reporting.libraries.resourceloader
public class ResourceLoadingException extends ResourceException
| Constructor Summary | |
|---|---|
| ResourceLoadingException() Creates a StackableRuntimeException with no message and no parent. | |
| ResourceLoadingException(String message, Exception ex)
Creates an exception.
| |
| ResourceLoadingException(String message)
Creates an exception.
| |
Parameters: message the exception message. ex the parent exception.
Parameters: message the exception message.