public class CastException extends Exception
| Modifier and Type | Field and Description |
|---|---|
(package private) Collection<LocalizedString> |
errors |
| Constructor and Description |
|---|
CastException() |
CastException(Collection<LocalizedString> mes) |
CastException(Collection<LocalizedString> mes,
Throwable cause) |
CastException(String mes) |
CastException(String mes,
Collection<LocalizedString> errors) |
CastException(String mes,
Throwable cause) |
CastException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringfinal Collection<LocalizedString> errors
public CastException()
public CastException(String mes)
public CastException(Throwable cause)
public CastException(Collection<LocalizedString> mes)
public CastException(String mes, Collection<LocalizedString> errors)
public CastException(Collection<LocalizedString> mes, Throwable cause)
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}