|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.sling.api.SlingException
org.apache.sling.api.request.RecursionTooDeepException
public class RecursionTooDeepException
The RecursionTooDeepException is thrown by the Sling
implementation if to many recursive content inclusions take place. The limit
of recursive inclusions is implementation dependent.
| Constructor Summary | |
|---|---|
RecursionTooDeepException(java.lang.String resourcePath)
Creates a new instance of this class reporting the exception occurred while trying to include the output for rendering the resource at the given path. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RecursionTooDeepException(java.lang.String resourcePath)
The resource path is the actual message of the exception.
resourcePath - The path of the resource whose output inclusion
causes this exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||