public class DatelineModelException extends Exception
| Modifier and Type | Class and Description |
|---|---|
static class |
DatelineModelException.ID
An enumerater for distinguishing between different types of dateline
model veto exceptions.
|
| Constructor and Description |
|---|
DatelineModelException(String msg,
DatelineModelException.ID id)
Constructs a new exception.
|
| Modifier and Type | Method and Description |
|---|---|
DatelineModelException.ID |
getId()
Returns the type of the exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DatelineModelException(String msg, DatelineModelException.ID id)
msg - a message to be shown in the console / to the userid - an additional identifier that allows to distinguish between
different types of exceptionspublic DatelineModelException.ID getId()
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.