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