Class ComponentNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.wicket.WicketRuntimeException
-
- org.apache.wicket.core.request.handler.ComponentNotFoundException
-
- All Implemented Interfaces:
Serializable
public class ComponentNotFoundException extends WicketRuntimeException
Exception thrown when component has not been found in hierarchy.- Author:
- Matej Knopp
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description 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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ComponentNotFoundException
public ComponentNotFoundException()
Construct.
-
ComponentNotFoundException
public ComponentNotFoundException(String message)
Construct.- Parameters:
message
-
-
ComponentNotFoundException
public ComponentNotFoundException(String message, Throwable cause)
Construct.- Parameters:
message
-cause
-
-
ComponentNotFoundException
public ComponentNotFoundException(Throwable cause)
Construct.- Parameters:
cause
-
-
-