|
||||||||||
| 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.wicket.WicketRuntimeException
org.apache.wicket.request.handler.ComponentNotFoundException
public class ComponentNotFoundException
Exception thrown when component has not been found in hierarchy.
| Constructor Summary | |
|---|---|
ComponentNotFoundException()
Construct. |
|
ComponentNotFoundException(String message)
Construct. |
|
ComponentNotFoundException(String message,
Throwable cause)
Construct. |
|
ComponentNotFoundException(Throwable cause)
Construct. |
|
| 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 ComponentNotFoundException()
public ComponentNotFoundException(String message)
message -
public ComponentNotFoundException(String message,
Throwable cause)
message - cause - public ComponentNotFoundException(Throwable cause)
cause -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||