|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectStackableException
org.pentaho.reporting.libraries.resourceloader.ResourceException
org.pentaho.reporting.libraries.resourceloader.ResourceLoadingException
org.pentaho.reporting.libraries.resourceloader.UnrecognizedLoaderException
public class UnrecognizedLoaderException
This exception is thrown whenever a resource-manager tries to load data using an invalid key.
| Constructor Summary | |
|---|---|
UnrecognizedLoaderException()
Creates a StackableRuntimeException with no message and no parent. |
|
UnrecognizedLoaderException(String message)
Creates an exception. |
|
UnrecognizedLoaderException(String message,
Exception ex)
Creates an exception. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UnrecognizedLoaderException()
public UnrecognizedLoaderException(String message,
Exception ex)
message - the exception message.ex - the parent exception.public UnrecognizedLoaderException(String message)
message - the exception message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||