org.vraptor.url
Class InvalidURLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.vraptor.VRaptorException
              extended by org.vraptor.url.InvalidURLException
All Implemented Interfaces:
Serializable

public class InvalidURLException
extends VRaptorException

Invalid url was requested. Unable to parse it.

Author:
Guilherme Silveira
See Also:
Serialized Form

Constructor Summary
InvalidURLException(String message)
           
 
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(String message)


Copyright © 2004-2008 VRaptor. All Rights Reserved.