wicket
Class WicketRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
wicket.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
| 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 |
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.