org.apache.myfaces.extensions.cdi.jsf.impl.util
Class ExceptionUtils
java.lang.Object
org.apache.myfaces.extensions.cdi.jsf.impl.util.ExceptionUtils
public class ExceptionUtils
- extends Object
- Author:
- Gerhard Petracek
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionUtils
public ExceptionUtils()
tooManyOpenWindowException
public static RuntimeException tooManyOpenWindowException(int windowContextTimeoutInMinutes)
windowContextManagerNotEditableException
public static RuntimeException windowContextManagerNotEditableException(WindowContextManager windowContextManager)
windowContextNotEditableException
public static RuntimeException windowContextNotEditableException(WindowContext windowContext)
conversationNotEditableException
public static RuntimeException conversationNotEditableException(Conversation conversation)
invalidViewException
public static RuntimeException invalidViewException(String viewId)
invalidPhasesCallbackMethod
public static IllegalArgumentException invalidPhasesCallbackMethod(Class targetClass,
Method method)
unsupportedPhasesLifecycleCallback
public static IllegalStateException unsupportedPhasesLifecycleCallback()
conversationNotFoundException
public static IllegalArgumentException conversationNotFoundException(String conversationKey)
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.