Uses of Class
net.fortuna.ical4j.model.ValidationException

Packages that use ValidationException
net.fortuna.ical4j.data Contains types providing RFC2445 input, output and parsing functionality. 
net.fortuna.ical4j.model Contains core types used to define the iCalendar model. 
net.fortuna.ical4j.model.component Contains types used to represent the iCalendar component model. 
net.fortuna.ical4j.model.property Contains types used to represent the iCalendar property model. 
net.fortuna.ical4j.util Contains utility types that provide supporting functionality for iCal4j. 
 

Uses of ValidationException in net.fortuna.ical4j.data
 

Methods in net.fortuna.ical4j.data that throw ValidationException
 void CalendarOutputter.output(Calendar calendar, OutputStream out)
          Outputs an iCalender string to the specified output stream.
 void CalendarOutputter.output(Calendar calendar, Writer out)
          Outputs an iCalender string to the specified writer.
 

Uses of ValidationException in net.fortuna.ical4j.model
 

Methods in net.fortuna.ical4j.model that throw ValidationException
 void Calendar.validate()
          Perform validation on the calendar, its properties and its components in its current state.
 void Component.validate()
          Perform validation on a component and its properties.
abstract  void Property.validate()
          Perform validation on a property.
 void Calendar.validate(boolean recurse)
          Perform validation on the calendar in its current state.
abstract  void Component.validate(boolean recurse)
          Perform validation on a component.
protected  void Component.validateProperties()
          Invoke validation on the component properties in its current state.
 

Uses of ValidationException in net.fortuna.ical4j.model.component
 

Methods in net.fortuna.ical4j.model.component that throw ValidationException
 void Observance.validate(boolean recurse)
           
 void VAlarm.validate(boolean recurse)
           
 void VEvent.validate(boolean recurse)
           
 void VFreeBusy.validate(boolean recurse)
           
 void VJournal.validate(boolean recurse)
           
 void VTimeZone.validate(boolean recurse)
           
 void VToDo.validate(boolean recurse)
           
 void XComponent.validate(boolean recurse)
           
 

Uses of ValidationException in net.fortuna.ical4j.model.property
 

Methods in net.fortuna.ical4j.model.property that throw ValidationException
 void Action.validate()
           
 void Attach.validate()
           
 void Attendee.validate()
           
 void CalScale.validate()
           
 void Categories.validate()
           
 void Clazz.validate()
           
 void Comment.validate()
           
 void Contact.validate()
           
 void DateProperty.validate()
           
 void Description.validate()
           
 void DtEnd.validate()
           
 void DtStart.validate()
           
 void Due.validate()
           
 void Duration.validate()
           
 void ExDate.validate()
           
 void ExRule.validate()
           
 void FreeBusy.validate()
           
 void Geo.validate()
           
 void Location.validate()
           
 void Method.validate()
           
 void Organizer.validate()
           
 void PercentComplete.validate()
           
 void Priority.validate()
           
 void ProdId.validate()
           
 void RDate.validate()
           
 void RecurrenceId.validate()
           
 void RelatedTo.validate()
           
 void Repeat.validate()
           
 void RequestStatus.validate()
           
 void Resources.validate()
           
 void RRule.validate()
           
 void Sequence.validate()
           
 void Status.validate()
           
 void Summary.validate()
           
 void Transp.validate()
           
 void Trigger.validate()
           
 void TzId.validate()
           
 void TzName.validate()
           
 void TzOffsetFrom.validate()
           
 void TzOffsetTo.validate()
           
 void TzUrl.validate()
           
 void Uid.validate()
           
 void Url.validate()
           
 void UtcProperty.validate()
           
 void Version.validate()
           
 void XProperty.validate()
           
 

Uses of ValidationException in net.fortuna.ical4j.util
 

Methods in net.fortuna.ical4j.util that throw ValidationException
 void ParameterValidator.assertNone(String paramName, ParameterList parameters)
          Ensure a parameter doesn't occur in the specified list.
 void PropertyValidator.assertNone(String propertyName, PropertyList properties)
          Ensure a property doesn't occur in the specified list.
 void ParameterValidator.assertOne(String paramName, ParameterList parameters)
          Ensure a parameter occurs once.
 void PropertyValidator.assertOne(String propertyName, PropertyList properties)
          Ensure a property occurs once.
 void ParameterValidator.assertOneOrLess(String paramName, ParameterList parameters)
          Ensure a parameter occurs no more than once.
 void PropertyValidator.assertOneOrLess(String propertyName, PropertyList properties)
          Ensure a property occurs no more than once.
 void PropertyValidator.assertOneOrMore(String propertyName, PropertyList properties)
          Ensure a property occurs at least once.
 



Copyright © 2004-2007 Modularity. All Rights Reserved.