ezvcard
Class VCardException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ezvcard.VCardException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CannotParseException, EmbeddedVCardException, JCardParseException, SkipMeException, VCardRawReader.StopReadingException

public class VCardException
extends RuntimeException

Base exception for all ez-vcard exceptions.

Author:
Michael Angstadt
See Also:
Serialized Form

Constructor Summary
VCardException()
          Creates a vCard exception.
VCardException(String msg)
          Creates a vCard exception.
VCardException(String msg, Throwable cause)
          Creates a vCard 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

VCardException

public VCardException(String msg,
                      Throwable cause)
Creates a vCard exception.

Parameters:
msg - the exception message
cause - the cause exception

VCardException

public VCardException(String msg)
Creates a vCard exception.

Parameters:
msg - the exception message

VCardException

public VCardException()
Creates a vCard exception.



Copyright © 2012-2014 Michael Angstadt. All Rights Reserved.