org.apache.wicket.protocol.http.request
Class InvalidUrlException

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.apache.wicket.protocol.http.request.InvalidUrlException
All Implemented Interfaces:
Serializable

public class InvalidUrlException
extends WicketRuntimeException

Represents any kind of failure related to processing a url

Author:
igor.vaynberg
See Also:
Serialized Form

Constructor Summary
InvalidUrlException()
          Constructor
InvalidUrlException(String message)
          Constructor
InvalidUrlException(String message, Throwable cause)
          Constructor
InvalidUrlException(Throwable cause)
          Constructor
 
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

InvalidUrlException

public InvalidUrlException()
Constructor


InvalidUrlException

public InvalidUrlException(String message,
                           Throwable cause)
Constructor

Parameters:
message -
cause -

InvalidUrlException

public InvalidUrlException(String message)
Constructor

Parameters:
message -

InvalidUrlException

public InvalidUrlException(Throwable cause)
Constructor

Parameters:
cause -


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.