org.ofbiz.webapp.view
Class ViewHandlerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ofbiz.base.util.GeneralException
org.ofbiz.webapp.view.ViewHandlerException
- All Implemented Interfaces:
- java.io.Serializable
public class ViewHandlerException
- extends GeneralException
ViewHandlerException - View Handler Exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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)