Uses of Class
com.vidispine.generated.ExceptionType
-
-
Uses of ExceptionType in com.vidispine.generated
Methods in com.vidispine.generated that return ExceptionType Modifier and Type Method Description ExceptionType
ObjectFactory. createExceptionType()
Create an instance ofExceptionType
ExceptionType
ExceptionType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ExceptionType
ExceptionType. withConflict(ConflictExceptionType value)
ExceptionType
ExceptionType. withFileAlreadyExists(FileAlreadyExistsExceptionType value)
ExceptionType
ExceptionType. withForbidden(ForbiddenExceptionType value)
ExceptionType
ExceptionType. withInternalServer(InternalServerExceptionType value)
ExceptionType
ExceptionType. withInvalidInput(InvalidInputExceptionType value)
ExceptionType
ExceptionType. withLicenseFault(LicenseExceptionType value)
ExceptionType
ExceptionType. withNotAuthorized(NotAuthorizedExceptionType value)
ExceptionType
ExceptionType. withNotFound(NotFoundExceptionType value)
ExceptionType
ExceptionType. withNotYetImplemented(NotYetImplementedExceptionType value)
Methods in com.vidispine.generated that return types with arguments of type ExceptionType Modifier and Type Method Description javax.xml.bind.JAXBElement<ExceptionType>
ObjectFactory. createExceptionDocument(ExceptionType value)
Methods in com.vidispine.generated with parameters of type ExceptionType Modifier and Type Method Description javax.xml.bind.JAXBElement<ExceptionType>
ObjectFactory. createExceptionDocument(ExceptionType value)
-