Package org.apache.ofbiz.webapp.view
Class ViewHandlerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ofbiz.base.util.GeneralException
-
- org.apache.ofbiz.webapp.view.ViewHandlerException
-
- All Implemented Interfaces:
java.io.Serializable
public class ViewHandlerException extends GeneralException
ViewHandlerException - View Handler Exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ViewHandlerException()
ViewHandlerException(java.lang.String msg)
ViewHandlerException(java.lang.String msg, java.lang.Throwable t)
ViewHandlerException(java.lang.Throwable t)
-
Method Summary
-
Methods inherited from class org.apache.ofbiz.base.util.GeneralException
checkException, checkException, getMessage, getMessageList, getNested, getNonNestedMessage, printStackTrace, printStackTrace, printStackTrace
-
-
-
-
Constructor Detail
-
ViewHandlerException
public ViewHandlerException()
-
ViewHandlerException
public ViewHandlerException(java.lang.String msg)
-
ViewHandlerException
public ViewHandlerException(java.lang.Throwable t)
-
ViewHandlerException
public ViewHandlerException(java.lang.String msg, java.lang.Throwable t)
-
-