Build 1.0_r1(from source)

android.syncml.pim.vcalendar
Class VCalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by android.syncml.pim.vcalendar.VCalException
All Implemented Interfaces:
Serializable

public class VCalException
extends Exception

See Also:
Serialized Form

Constructor Summary
VCalException()
          Constructs a VCalException object
VCalException(String message)
          Constructs a VCalException object
 
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

VCalException

public VCalException()
Constructs a VCalException object


VCalException

public VCalException(String message)
Constructs a VCalException object

Parameters:
message - the error message

Build 1.0_r1(from source)

Please submit a feedback, bug or feature