|
||||||||||
| 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.ResourceCreationException
org.pentaho.reporting.libraries.resourceloader.ContentNotRecognizedException
public class ContentNotRecognizedException
The ContentNotRecognizedException signals that none of the selected resource factories was able to handle the request.
| Constructor Summary | |
|---|---|
ContentNotRecognizedException()
Creates a ContentNotRecognizedException with no message and no parent. |
|
ContentNotRecognizedException(String message)
Creates an ContentNotRecognizedException. |
|
ContentNotRecognizedException(String message,
Exception ex)
Creates an ContentNotRecognizedException. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContentNotRecognizedException()
public ContentNotRecognizedException(String message,
Exception ex)
message - the exception message.ex - the parent exception.public ContentNotRecognizedException(String message)
message - the exception message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||