ezvcard.io
Class SkipMeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ezvcard.VCardException
                  extended by 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

Constructor Summary
SkipMeException()
          Creates a skip-me exception.
SkipMeException(String msg)
          Creates a skip-me exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.