man SoReadError () - read error handling
NAME
SoReadError - read error handling
INHERITS FROM
SoError > SoReadError
SYNOPSIS
#include <Inventor/errors/SoReadError.h>
Methods from class SoReadError:
	c
}
	c
}
setHandlerCallback(SoErrorCB *cb, void *data)
	c
}
	c
}
getHandlerCallback()
	c
}
	c
}
getHandlerData()
	c
}
	c
}
getClassTypeId()
Methods from class SoError:
	c
}
	c
}
getDebugString() const
	c
}
	c
}
getTypeId() const
	c
}
	c
}
isOfType(SoType type) const
DESCRIPTION
SoReadError is used for errors reported while reading Inventor data files.
METHODS
	c
}
	c
}
setHandlerCallback(SoErrorCB *cb, void *data)
	c
}
	c
}
getHandlerCallback()
	c
}
	c
}
getHandlerData()
Sets/returns handler callback for SoReadError class. 
	c
}
	c
}
getClassTypeId()
Returns type identifier for SoReadError class. 
SEE ALSO
SoDebugError, SoMemoryError