wicket
Class WicketRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bywicket.WicketRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MarkupException

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)
           
 
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-2005 Wicket developers. All Rights Reserved.