Package org.apache.wicket
Class WicketRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.wicket.WicketRuntimeException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthorizationException
,CheckingObjectOutputStream.ObjectCheckException
,CircularDependencyException
,ComponentNotFoundException
,DevelopmentUtilitiesNotEnabledException
,InvalidBehaviorIdException
,MarkupException
,MarkupNotFoundException
,PackageResource.PackageResourceBlockedException
,PageExpiredException
,ResponseIOException
,StalePageException
,StatelessCheckFailureException
,WebApplicationFactoryCreationException
public class WicketRuntimeException extends RuntimeException
Generic runtime exception subclass thrown by Wicket.- Author:
- Jonathan Locke
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WicketRuntimeException()
WicketRuntimeException(String message)
WicketRuntimeException(String message, Throwable cause)
WicketRuntimeException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
WicketRuntimeException
public WicketRuntimeException()
- See Also:
RuntimeException()
-
WicketRuntimeException
public WicketRuntimeException(String message)
- See Also:
RuntimeException(java.lang.String)
-
WicketRuntimeException
public WicketRuntimeException(String message, Throwable cause)
-
WicketRuntimeException
public WicketRuntimeException(Throwable cause)
- See Also:
RuntimeException(java.lang.Throwable)
-
-