Class GroovyExceptionUtil

java.lang.Object
de.uplanet.lucy.server.calendar.conflict.groovy.GroovyExceptionUtil

@Scriptable public final class GroovyExceptionUtil extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    getDescription(de.uplanet.lucy.server.calendar.conflict.groovy.AppointmentConflictException p_exception, String p_strLang)
     
    static Integer
    getRedirectDelay(de.uplanet.lucy.server.calendar.conflict.groovy.AppointmentConflictException p_exception)
     
    static String
    getRedirectUrl(de.uplanet.lucy.server.calendar.conflict.groovy.AppointmentConflictException p_exception)
     
    static String
    getTitle(de.uplanet.lucy.server.calendar.conflict.groovy.AppointmentConflictException p_exception, String p_strLang)
     
    static boolean
    isRedirectionEnabled(de.uplanet.lucy.server.calendar.conflict.groovy.AppointmentConflictException p_exception)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getTitle

      public static String getTitle(de.uplanet.lucy.server.calendar.conflict.groovy.AppointmentConflictException p_exception, String p_strLang)
    • getDescription

      public static String getDescription(de.uplanet.lucy.server.calendar.conflict.groovy.AppointmentConflictException p_exception, String p_strLang)
    • isRedirectionEnabled

      public static boolean isRedirectionEnabled(de.uplanet.lucy.server.calendar.conflict.groovy.AppointmentConflictException p_exception)
    • getRedirectUrl

      public static String getRedirectUrl(de.uplanet.lucy.server.calendar.conflict.groovy.AppointmentConflictException p_exception)
    • getRedirectDelay

      public static Integer getRedirectDelay(de.uplanet.lucy.server.calendar.conflict.groovy.AppointmentConflictException p_exception)