Dekoh platform API

dekoh.portal.fwk.exception
Class IllegalURLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by dekoh.portal.fwk.exception.IllegalURLException
All Implemented Interfaces:
Serializable

public class IllegalURLException
extends RuntimeException

IllegalURLException can be thrown when accessing a resource with insufficient/illegal input values.

Since:
Nov 15, 2006
See Also:
Serialized Form

Constructor Summary
IllegalURLException(String s, Throwable cause)
           
 
Method Summary
static IllegalURLException dioIdsMustBeIntegers(String numbertrain, Exception cause)
           
static IllegalURLException invalidActionName(String actionName, String uri, Exception cause, EnumSet allowedActions)
           
static IllegalURLException newIllegalAccessPathException(String uri)
           
static IllegalURLException newIllegalImageRequest(String uri, EnumSet imageSizes)
           
static IllegalURLException newIllegalLocalURLException(String uri)
           
static IllegalURLException newIllegalRemoteURLException(String uri)
           
static IllegalURLException newIllegalTemplateRequest(String uri)
           
static IllegalURLException newIllegalUnknownActionException(String servletPath, String actionName, EnumSet allowedActions)
           
 
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

IllegalURLException

public IllegalURLException(String s,
                           Throwable cause)
Method Detail

newIllegalRemoteURLException

public static IllegalURLException newIllegalRemoteURLException(String uri)

newIllegalLocalURLException

public static IllegalURLException newIllegalLocalURLException(String uri)

newIllegalImageRequest

public static IllegalURLException newIllegalImageRequest(String uri,
                                                         EnumSet imageSizes)

newIllegalUnknownActionException

public static IllegalURLException newIllegalUnknownActionException(String servletPath,
                                                                   String actionName,
                                                                   EnumSet allowedActions)

invalidActionName

public static IllegalURLException invalidActionName(String actionName,
                                                    String uri,
                                                    Exception cause,
                                                    EnumSet allowedActions)

dioIdsMustBeIntegers

public static IllegalURLException dioIdsMustBeIntegers(String numbertrain,
                                                       Exception cause)

newIllegalAccessPathException

public static IllegalURLException newIllegalAccessPathException(String uri)

newIllegalTemplateRequest

public static IllegalURLException newIllegalTemplateRequest(String uri)

Dekoh platform API

© 2009 Pramati Technologies - Dekoh - Portal for Developers