org.smallmind.wicket
Class FormattedWicketRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.wicket.WicketRuntimeException
                  extended by org.smallmind.wicket.FormattedWicketRuntimeException
All Implemented Interfaces:
Serializable

public class FormattedWicketRuntimeException
extends org.apache.wicket.WicketRuntimeException

See Also:
Serialized Form

Constructor Summary
FormattedWicketRuntimeException()
           
FormattedWicketRuntimeException(String message, Object... args)
           
FormattedWicketRuntimeException(Throwable throwable)
           
FormattedWicketRuntimeException(Throwable throwable, String message, Object... args)
           
 
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

FormattedWicketRuntimeException

public FormattedWicketRuntimeException()

FormattedWicketRuntimeException

public FormattedWicketRuntimeException(String message,
                                       Object... args)

FormattedWicketRuntimeException

public FormattedWicketRuntimeException(Throwable throwable,
                                       String message,
                                       Object... args)

FormattedWicketRuntimeException

public FormattedWicketRuntimeException(Throwable throwable)


Copyright © 2012. All Rights Reserved.