ezvcard.io
Class SkipMeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ezvcard.VCardException
ezvcard.io.SkipMeException
- All Implemented Interfaces:
- Serializable
public class SkipMeException
- extends VCardException
Thrown during the marshalling/unmarshalling of a vCard property to show that
the property should NOT be included in the marshalled vCard or the
unmarshalled VCard
object.
- Author:
- Michael Angstadt
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SkipMeException
public SkipMeException()
- Creates a skip-me exception.
SkipMeException
public SkipMeException(String msg)
- Creates a skip-me exception.
- Parameters:
msg
- the reason why this property cannot be marshalled/unmarshalled
Copyright © 2012-2014 Michael Angstadt. All Rights Reserved.