a_vcard.android.syncml.pim.vcard
Class VCardNestedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by a_vcard.android.syncml.pim.vcard.VCardException
              extended by a_vcard.android.syncml.pim.vcard.VCardNestedException
All Implemented Interfaces:
java.io.Serializable

public class VCardNestedException
extends VCardException

VCardException thrown when VCard is nested without VCardParser's being notified.

See Also:
Serialized Form

Constructor Summary
VCardNestedException()
           
VCardNestedException(java.lang.String message)
           
 
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

VCardNestedException

public VCardNestedException()

VCardNestedException

public VCardNestedException(java.lang.String message)