Uses of Enum Class
org.exoplatform.portal.mop.page.PageError
Packages that use PageError
-
Uses of PageError in org.exoplatform.portal.mop.page
Methods in org.exoplatform.portal.mop.page that return PageErrorModifier and TypeMethodDescriptionPageServiceException.getError()static PageErrorReturns the enum constant of this class with the specified name.static PageError[]PageError.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.exoplatform.portal.mop.page with parameters of type PageErrorModifierConstructorDescriptionPageServiceException(PageError error) PageServiceException(PageError error, String message) PageServiceException(PageError error, String message, Throwable cause) PageServiceException(PageError error, Throwable cause)