public class CalendarException extends RuntimeException
| Modifier and Type | Class and Description |
|---|---|
static class |
CalendarException.CalendarError |
| Constructor and Description |
|---|
CalendarException() |
CalendarException(CalendarException.CalendarError error) |
CalendarException(CalendarException.CalendarError error,
String message) |
CalendarException(CalendarException.CalendarError error,
String message,
Throwable cause) |
CalendarException(CalendarException.CalendarError error,
Throwable cause) |
CalendarException(Exception e) |
| Modifier and Type | Method and Description |
|---|---|
CalendarException.CalendarError |
getError() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CalendarException()
public CalendarException(Exception e)
public CalendarException(CalendarException.CalendarError error)
public CalendarException(CalendarException.CalendarError error, String message)
public CalendarException(CalendarException.CalendarError error, String message, Throwable cause)
public CalendarException(CalendarException.CalendarError error, Throwable cause)
public CalendarException.CalendarError getError()
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.