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