dekoh.portal.fwk.exception
Class IllegalURLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IllegalURLException
public IllegalURLException(String s,
Throwable cause)
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)
© 2009 Pramati Technologies - Dekoh - Portal for Developers