wicket
Class WicketRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by wicket.WicketRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AuthorizationException, MarkupException, MarkupNotFoundException, PackageResource.PackageResourceBlockedException, WebApplicationFactoryCreationException

public class WicketRuntimeException
extends java.lang.RuntimeException

Generic runtime exception subclass thrown by Wicket.

Author:
Jonathan Locke
See Also:
Serialized Form

Constructor Summary
WicketRuntimeException()
           
WicketRuntimeException(java.lang.String message)
           
WicketRuntimeException(java.lang.String message, java.lang.Throwable cause)
           
WicketRuntimeException(java.lang.Throwable cause)
           
 
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

WicketRuntimeException

public WicketRuntimeException()
See Also:
RuntimeException.RuntimeException()

WicketRuntimeException

public WicketRuntimeException(java.lang.String message)
See Also:
RuntimeException.RuntimeException(java.lang.String)

WicketRuntimeException

public WicketRuntimeException(java.lang.String message,
                              java.lang.Throwable cause)
See Also:
RuntimeException.RuntimeException(java.lang.String, java.lang.Throwable)

WicketRuntimeException

public WicketRuntimeException(java.lang.Throwable cause)
See Also:
RuntimeException.RuntimeException(java.lang.Throwable)


Copyright © 2004-2007 Wicket developers. All Rights Reserved.