PHP Class Doctrine\OXM\Marshaller\MarshallerException

Since: 2.0
Author: Richard Fullmer ([email protected])
Inheritance: extends Doctrine\OXM\OXMException
Show file Open project: doctrine/oxm Class Usage Examples

Public Methods

Method Description
couldNotOpenStream ( $streamUri )
couldNotReadXml ( $xml )
fieldRequired ( $entityName, $fieldName )
invalidMarshallerState ( $cursor )
mappingNotFoundForClass ( $className )

Method Details

couldNotOpenStream() public static method

public static couldNotOpenStream ( $streamUri )

couldNotReadXml() public static method

public static couldNotReadXml ( $xml )

fieldRequired() public static method

public static fieldRequired ( $entityName, $fieldName )

invalidMarshallerState() public static method

public static invalidMarshallerState ( $cursor )

mappingNotFoundForClass() public static method

public static mappingNotFoundForClass ( $className )