Uses of Interface
com.google.code.linkedinapi.schema.Error

Packages that use Error
com.google.code.linkedinapi.client.impl   
com.google.code.linkedinapi.schema   
com.google.code.linkedinapi.schema.impl   
com.google.code.linkedinapi.schema.xpp   
 

Uses of Error in com.google.code.linkedinapi.client.impl
 

Methods in com.google.code.linkedinapi.client.impl with parameters of type Error
protected  LinkedInApiClientException BaseLinkedInApiClient.createLinkedInApiClientException(Error error)
          Method description
 

Uses of Error in com.google.code.linkedinapi.schema
 

Methods in com.google.code.linkedinapi.schema that return Error
 Error ObjectFactory.createError()
          Create an instance of Error
 Error SchemaElementFactory.createError()
          Create an instance of Error
 

Uses of Error in com.google.code.linkedinapi.schema.impl
 

Classes in com.google.code.linkedinapi.schema.impl that implement Error
 class ErrorImpl
           
 

Uses of Error in com.google.code.linkedinapi.schema.xpp
 

Methods in com.google.code.linkedinapi.schema.xpp that return Error
 Error XppElementFactory.createError()