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:
EmbeddedVCardException, SkipMeException

public class VCardException
extends RuntimeException

Base exception for all ez-vcard exceptions.

Author:
Michael Angstadt
See Also:
Serialized Form

Constructor Summary
VCardException()
           
VCardException(String msg)
           
VCardException(String msg, Throwable t)
           
 
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 t)

VCardException

public VCardException(String msg)

VCardException

public VCardException()


Copyright © 2012-2013. All Rights Reserved.