public class SkipMeException extends RuntimeException
ICalendar object.| Constructor and Description |
|---|
SkipMeException(int code,
Object... args)
Creates a new "skip me" exception.
|
SkipMeException(String reason)
Creates a new "skip me" exception.
|
| Modifier and Type | Method and Description |
|---|---|
Warning |
getWarning() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SkipMeException(int code, Object... args)
code - the warning message codeargs - the warning message argumentspublic SkipMeException(String reason)
reason - the reason why the property value cannot be parsedpublic Warning getWarning()
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.